MCPcopy 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")

Calls

no outgoing calls

Tested by

no test coverage detected