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

Method count

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

Returns the number of registered agents.

(&self)

Source from the content-addressed store, hash-verified

396
397 /// Returns the number of registered agents.
398 pub fn count(&self) -> usize {
399 self.agents.len()
400 }
401
402 /// Returns `true` if no agents are registered.
403 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