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

Function test_error_style

src/tui.rs:302–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300
301 #[test]
302 fn test_error_style() {
303 let style = error_style();
304 let _ = style.apply_to("fail");
305 }
306
307 #[test]
308 fn test_warning_style() {

Callers

nothing calls this directly

Calls 1

error_styleFunction · 0.85

Tested by

no test coverage detected