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

Function test_state

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

Source from the content-addressed store, hash-verified

4198 // ═══════════════════════════════════════════════════════════════════
4199
4200 fn test_state() -> (String, Merkle) {
4201 let state = Merkle::of(b"test view state");
4202 (state.to_base32(), state)
4203 }
4204
4205 #[test]
4206 fn test_parse_push_trailer_full_message() {

Calls 1

to_base32Method · 0.45

Tested by

no test coverage detected