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

Method name

atomic-agent/src/hooks/claude_code/mod.rs:197–199  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

195
196impl AgentHook for ClaudeCodeHook {
197 fn name(&self) -> &str {
198 "claude-code"
199 }
200
201 fn display_name(&self) -> &str {
202 "Claude Code"

Callers 1

parse_hook_eventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected