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

Function test_print_error_does_not_panic

src/tui.rs:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352
353 #[test]
354 fn test_print_error_does_not_panic() {
355 print_error("something failed");
356 }
357
358 #[test]
359 fn test_print_warning_does_not_panic() {

Callers

nothing calls this directly

Calls 1

print_errorFunction · 0.85

Tested by

no test coverage detected