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
11
record_all
Function · 0.45
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
verify_conflict_is_honest_not_a_problem
Function · 0.45
record_whole_file_delete
Function · 0.45
delete_vs_modify_keeps_only_surviving_lines
Function · 0.45
test_cross_view_rename_applies_on_insert
Function · 0.45
test_cross_view_rename_vs_edit_preserves_edit
Function · 0.45
Calls
no outgoing calls
Tested by
8
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
verify_conflict_is_honest_not_a_problem
Function · 0.36
record_whole_file_delete
Function · 0.36
delete_vs_modify_keeps_only_surviving_lines
Function · 0.36
test_cross_view_rename_applies_on_insert
Function · 0.36
test_cross_view_rename_vs_edit_preserves_edit
Function · 0.36