Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_name
Function
test_name
atomic-agent/src/hooks/cline.rs:526–529 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
524
525
#[test]
526
fn test_name() {
527
let hook = make_hook();
528
assert_eq!(hook.name(),
"cline"
);
529
}
530
531
#[test]
532
fn test_display_name() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected