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

Method name

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

Source from the content-addressed store, hash-verified

500
501 impl AgentHook for MockAgent {
502 fn name(&self) -> &str {
503 &self.agent_name
504 }
505
506 fn display_name(&self) -> &str {
507 &self.agent_display

Callers 6

registerMethod · 0.45
getMethod · 0.45
listMethod · 0.45
detectMethod · 0.45
installedMethod · 0.45
test_registry_iterFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_registry_iterFunction · 0.36