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/kilo.rs:462–465 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
460
461
#[test]
462
fn test_name() {
463
let hook = make_hook();
464
assert_eq!(hook.name(),
"kilo"
);
465
}
466
467
#[test]
468
fn test_display_name() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected