()
| 631 | |
| 632 | #[test] |
| 633 | fn state_root_works() { |
| 634 | let out = explain("state.steps", ExplainFormat::Plaintext).unwrap(); |
| 635 | assert!(out.contains("StepState")); |
| 636 | } |
| 637 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…