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

Function test_name

atomic-agent/src/hooks/claude_code/tests.rs:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21 #[test]
22 fn test_name() {
23 let hook = make_hook();
24 assert_eq!(hook.name(), "claude-code");
25 }
26
27 #[test]
28 fn test_display_name() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected