pub fn semantic_check_only<S: ObjectStore + ?Sized>(
store: &S,
from_tree_hash: &ContentHash,
to_tree_hash: &ContentHash,
options: &SemanticDiffOptions,
) -> Result<SemanticCheckOnlyResult, Error>Expand description
Perform a cheap semantic no-op check between two trees.