Skip to main content

format_relative_path

Function format_relative_path 

Source
pub fn format_relative_path(path: &Path) -> String
Expand description

Extract last 3 path components for display (database/schema/file.sql).

This helper is used in error formatting to show relative paths that are more readable than full absolute paths.