Skip to main content

classify

Function classify 

Source
pub fn classify(files: Vec<SyncFile>, known: &KnownNotes) -> Vec<SyncAction>
Expand description

Classify scanned files against known notes.

Pure and total: every input file appears in exactly one output action (conservation), and the output preserves the input order (callers pass the scan’s deterministic path order).