Skip to main content

firstparty_parsed

Function firstparty_parsed 

Source
pub fn firstparty_parsed(
    cache: &'static OnceLock<Result<ParsedFile, Vec<CompileError>>>,
    identity_path: &'static str,
    src: &'static str,
    kind: UnitKind,
    id_base: u32,
) -> Result<ParsedFile, Vec<CompileError>>