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

Function test_state

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

Source from the content-addressed store, hash-verified

4228 // ═══════════════════════════════════════════════════════════════════
4229
4230 fn test_state() -> (String, Merkle) {
4231 let state = Merkle::of(b"test view state");
4232 (state.to_base32(), state)
4233 }
4234
4235 #[test]
4236 fn test_parse_push_trailer_full_message() {

Calls 1

to_base32Method · 0.45

Tested by

no test coverage detected