Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ hash
Method
hash
atomic-repository/src/record/assemble.rs:249–251 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
247
/// Get the change hash.
248
#[must_use]
249
pub fn hash(&self) -> &Hash {
250
&self.hash
251
}
252
253
/// Get the recording statistics.
254
#[must_use]
Callers
5
write_recorded
Method · 0.45
record
Method · 0.45
test_insert_change_preserves_harness_08_sequence_through_v9
Function · 0.45
test_insert_change_preserves_harness_08_sequence_through_v10
Function · 0.45
test_write_recorded_hash_matches
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_insert_change_preserves_harness_08_sequence_through_v9
Function · 0.36
test_insert_change_preserves_harness_08_sequence_through_v10
Function · 0.36
test_write_recorded_hash_matches
Function · 0.36