MCPcopy Create free account
hub / github.com/AI45Lab/Code / is_empty

Method is_empty

core/src/skills/registry.rs:238–240  ·  view source on GitHub ↗

Check if the registry is empty

(&self)

Source from the content-addressed store, hash-verified

236
237 /// Check if the registry is empty
238 pub fn is_empty(&self) -> bool {
239 self.len() == 0
240 }
241
242 /// Get all skills of a specific kind
243 pub fn by_kind(&self, kind: super::SkillKind) -> Vec<Arc<Skill>> {

Callers 9

taint_inputMethod · 0.45
is_kebab_caseMethod · 0.45
validateMethod · 0.45
test_invalid_namesFunction · 0.45
from_fileMethod · 0.45
parse_allowed_toolsMethod · 0.45
is_tool_allowedMethod · 0.45
skill_search_scoreMethod · 0.45
match_skillsMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by 1

test_invalid_namesFunction · 0.36