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

Method parse_event

atomic-agent/src/hooks/claude_code/mod.rs:205–207  ·  view source on GitHub ↗
(&self, hook_type: HookType, input: &[u8])

Source from the content-addressed store, hash-verified

203 }
204
205 fn parse_event(&self, hook_type: HookType, input: &[u8]) -> AgentResult<TurnEvent> {
206 parse::parse_hook_event(self, hook_type, input)
207 }
208
209 fn install(&self, repo_root: &Path) -> AgentResult<usize> {
210 let settings_path = Self::settings_path(repo_root);

Calls 1

parse_hook_eventFunction · 0.85