Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_debug
Function
test_debug
atomic-agent/src/hooks/claude_code/tests.rs:68–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
#[test]
68
fn test_debug() {
69
let hook = make_hook();
70
let debug = format!(
"{:?}"
, hook);
71
assert!(debug.contains(
"ClaudeCodeHook"
));
72
}
73
74
// parse_event — empty input
75
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected