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/cline.rs:548–551 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
546
547
#[test]
548
fn test_supported_hooks_count() {
549
let hook = make_hook();
550
assert_eq!(hook.supported_hooks().len(), 6);
551
}
552
553
#[test]
554
fn test_hook_verbs() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected