MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / create_test_hash

Function create_test_hash

atomic-cli/src/commands/log/tests.rs:389–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 // JsonLogEntry Tests
388
389 fn create_test_hash() -> Hash {
390 Hash::of(b"test change content")
391 }
392
393 fn create_test_merkle() -> Merkle {
394 Merkle::of(b"test state")

Calls

no outgoing calls

Tested by

no test coverage detected