Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_hash
Function
test_hash
atomic-core/src/apply/change.rs:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
// Test Helpers
240
241
fn test_hash() -> Hash {
242
Hash::of(b
"test hash"
)
243
}
244
245
fn test_hash2() -> Hash {
246
Hash::of(b
"test hash 2"
)
Callers
11
test_compute_new_state_from_zero
Function · 0.70
test_compute_new_state_deterministic
Function · 0.70
test_compute_new_state_different_changes
Function · 0.70
test_compute_new_state_chain
Function · 0.70
test_compute_new_state_order_matters
Function · 0.70
test_change_to_apply_new
Function · 0.70
test_change_to_apply_clone
Function · 0.70
test_change_to_apply_debug
Function · 0.70
test_dependency_missing_error
Function · 0.70
test_change_already_applied_error
Function · 0.70
test_view_state_simulate_apply
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected