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.
pub fn chunk_file_from_path(
path: &Path,
) -> Result<Option<ParseResult>, ParserError>Parse a file from disk: read it, detect language, and chunk it.