Skip to main content

process_changes

Function process_changes 

Source
pub fn process_changes(
    config: &OkcConfig,
    changes: &FileChanges,
    known_paths: &[String],
) -> (Vec<ParsedDocument>, ProcessChangesResult)
Expand description

Process file changes and return parsed documents ready for storage.