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:537–540 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
535
536
#[test]
537
fn test_supported_hooks_count() {
538
let hook = make_hook();
539
assert_eq!(hook.supported_hooks().len(), 5);
540
}
541
542
#[test]
543
fn test_hook_verbs() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected