Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ test_print_step_does_not_panic
Function
test_print_step_does_not_panic
src/tui.rs:329–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
328
#[test]
329
fn test_print_step_does_not_panic() {
330
print_step(1, 5,
"doing something"
);
331
}
332
333
#[test]
334
fn test_print_step_done_does_not_panic() {
Callers
nothing calls this directly
Calls
1
print_step
Function · 0.85
Tested by
no test coverage detected