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

Method is_empty

atomic-agent/src/hooks/mod.rs:342–344  ·  view source on GitHub ↗

Returns `true` if no agents are registered.

(&self)

Source from the content-addressed store, hash-verified

340
341 /// Returns `true` if no agents are registered.
342 pub fn is_empty(&self) -> bool {
343 self.agents.is_empty()
344 }
345
346 /// Detect which registered agents are present in the given repository.
347 ///

Callers 15

record_turnFunction · 0.45
build_turn_provenanceFunction · 0.45
build_unhashed_turn_dataFunction · 0.45
build_turn_messageFunction · 0.45
is_meaningful_promptFunction · 0.45
parse_eventMethod · 0.45
remove_atomic_hooksFunction · 0.45
parse_eventMethod · 0.45
extract_session_idMethod · 0.45
parse_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected