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

Method count

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

Returns the number of registered agents.

(&self)

Source from the content-addressed store, hash-verified

335
336 /// Returns the number of registered agents.
337 pub fn count(&self) -> usize {
338 self.agents.len()
339 }
340
341 /// Returns `true` if no agents are registered.
342 pub fn is_empty(&self) -> bool {

Callers 4

detect_full_cycleFunction · 0.45
detect_informed_commitFunction · 0.45
count_commandsFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected