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

Function create_test_merkle

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

Source from the content-addressed store, hash-verified

391 }
392
393 fn create_test_merkle() -> Merkle {
394 Merkle::of(b"test state")
395 }
396
397 fn create_test_entry_without_header() -> HistoryEntry {
398 HistoryEntry::new(

Calls

no outgoing calls

Tested by

no test coverage detected