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