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

Method is_empty

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

Returns `true` if no agents are registered.

(&self)

Source from the content-addressed store, hash-verified

369
370 /// Returns `true` if no agents are registered.
371 pub fn is_empty(&self) -> bool {
372 self.agents.is_empty()
373 }
374
375 /// Detect which registered agents are present in the given repository.
376 ///

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