Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_supported_hooks_count
Function
test_supported_hooks_count
atomic-agent/src/hooks/copilot.rs:539–542 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
537
538
#[test]
539
fn test_supported_hooks_count() {
540
let hook = make_hook();
541
assert_eq!(hook.supported_hooks().len(), 5);
542
}
543
544
#[test]
545
fn test_hook_verbs() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected