Skip to main content

build_show_data

Function build_show_data 

Source
pub fn build_show_data(
    git_ops: &dyn GitOps,
    file_path: &str,
    commit: &str,
    anchor: Option<&str>,
) -> Result<ShowData>
Expand description

Build ShowData for a file: read content, parse AST, fetch annotations, map lines.