Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ test_success_style
Function
test_success_style
src/tui.rs:296–299 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
294
295
#[test]
296
fn test_success_style() {
297
let style = success_style();
298
let _ = style.apply_to(
"ok"
);
299
}
300
301
#[test]
302
fn test_error_style() {
Callers
nothing calls this directly
Calls
1
success_style
Function · 0.85
Tested by
no test coverage detected