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