Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ref
Method · 0.45
resolve_identifier
Method · 0.45
Calls
2
contains_key
Method · 0.80
unwrap
Method · 0.45
Tested by
no test coverage detected