MCPcopy Create free account
hub / github.com/AIScientists-Dev/Flowtrace / state_root_works

Function state_root_works

crates/flowtrace-cli/src/explain.rs:633–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631
632 #[test]
633 fn state_root_works() {
634 let out = explain("state.steps", ExplainFormat::Plaintext).unwrap();
635 assert!(out.contains("StepState"));
636 }
637}

Callers

nothing calls this directly

Calls 1

explainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…