Skip to main content

classify

Function classify 

Source
pub fn classify(
    store: &ObjectStore,
    c: &Conflict,
) -> Result<ConflictClass, String>
Expand description

Classify a single conflict given its blob contents.

ยงErrors

Propagates object-store read failures.