MCPcopy Create free account
hub / github.com/clawshell/clawshell / test_print_step_done_does_not_panic

Function test_print_step_done_does_not_panic

src/tui.rs:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332
333 #[test]
334 fn test_print_step_done_does_not_panic() {
335 print_step_done(1, 5, "did something");
336 }
337
338 #[test]
339 fn test_print_callout_does_not_panic() {

Callers

nothing calls this directly

Calls 1

print_step_doneFunction · 0.85

Tested by

no test coverage detected