MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / has_change

Method has_change

atomic-core/src/change/store.rs:427–429  ·  view source on GitHub ↗
(&self, hash: &Hash)

Source from the content-addressed store, hash-verified

425 }
426
427 fn has_change(&self, hash: &Hash) -> bool {
428 self.changes.read().unwrap().contains_key(hash)
429 }
430
431 fn has_contents(&self, hash: &Hash) -> bool {
432 self.changes

Callers 2

resolve_change_refMethod · 0.45
resolve_identifierMethod · 0.45

Calls 2

contains_keyMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected