Skip to main content

chunk_file

Function chunk_file 

Source
pub fn chunk_file(
    path: &Path,
    source: &str,
    lang: SupportedLanguage,
) -> Result<ParseResult, ParserError>
Expand description

Parse a source file and extract code chunks.