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