MCPcopy Index your code
hub / github.com/AI45Lab/Code / is_empty

Method is_empty

core/src/subagent.rs:674–676  ·  view source on GitHub ↗

Check if the registry is empty

(&self)

Source from the content-addressed store, hash-verified

672
673 /// Check if the registry is empty
674 pub fn is_empty(&self) -> bool {
675 self.len() == 0
676 }
677}
678
679// ============================================================================

Callers 6

parse_tools_fieldFunction · 0.45
validate_agent_nameFunction · 0.45
parse_agent_mdFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected