Skip to main content

chunk_file_from_path

Function chunk_file_from_path 

Source
pub fn chunk_file_from_path(
    path: &Path,
) -> Result<Option<ParseResult>, ParserError>
Expand description

Parse a file from disk: read it, detect language, and chunk it.