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

Method count

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

Returns the number of registered agents.

(&self)

Source from the content-addressed store, hash-verified

367
368 /// Returns the number of registered agents.
369 pub fn count(&self) -> usize {
370 self.agents.len()
371 }
372
373 /// Returns `true` if no agents are registered.
374 pub fn is_empty(&self) -> bool {

Callers 5

count_occurrencesFunction · 0.45
detect_full_cycleFunction · 0.45
detect_informed_commitFunction · 0.45
count_commandsFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 1

count_occurrencesFunction · 0.36