pub fn chunk_file(
path: &Path,
source: &str,
lang: SupportedLanguage,
) -> Result<ParseResult, ParserError>Expand description
Parse a source file and extract code chunks.
pub fn chunk_file(
path: &Path,
source: &str,
lang: SupportedLanguage,
) -> Result<ParseResult, ParserError>Parse a source file and extract code chunks.