Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ display_name
Method
display_name
atomic-agent/src/hooks/pi.rs:316–318 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
314
}
315
316
fn display_name(&self) -> &str {
317
"Pi"
318
}
319
320
fn parse_event(&self, hook_type: HookType, input: &[u8]) -> AgentResult<TurnEvent> {
321
if input.is_empty() {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected