MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_display_name

Function test_display_name

atomic-agent/src/hooks/kiro.rs:472–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470
471 #[test]
472 fn test_display_name() {
473 let hook = make_hook();
474 assert_eq!(hook.display_name(), "Kiro");
475 }
476
477 // --- supported_hooks ---
478

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected