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

Function test_state

atomic-cli/src/commands/git/parallel.rs:4599–4602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4597 // ═══════════════════════════════════════════════════════════════════
4598
4599 fn test_state() -> (String, Merkle) {
4600 let state = Merkle::of(b"test view state");
4601 (state.to_base32(), state)
4602 }
4603
4604 #[test]
4605 fn test_parse_push_trailer_full_message() {

Calls 1

to_base32Method · 0.45

Tested by

no test coverage detected