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

Function test_name_and_display

atomic-agent/src/hooks/grok.rs:449–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447
448 #[test]
449 fn test_name_and_display() {
450 let hook = make_hook();
451 assert_eq!(hook.name(), "grok");
452 assert_eq!(hook.display_name(), "Grok Build");
453 }
454
455 #[test]
456 fn test_supported_hooks_and_verbs() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected