Skip to main content

load_or_extract_source

Function load_or_extract_source 

Source
pub fn load_or_extract_source(
    path: &Path,
    anchor: &Path,
    lang: Lang,
    cache_dir: Option<&Path>,
    ctx: &ExtractContext,
) -> Result<(CodeGraph, Option<String>)>