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

Function test_supported_hooks_count

atomic-agent/src/hooks/cline.rs:551–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549
550 #[test]
551 fn test_supported_hooks_count() {
552 let hook = make_hook();
553 assert_eq!(hook.supported_hooks().len(), 6);
554 }
555
556 #[test]
557 fn test_hook_verbs() {

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected