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

Method len

core/src/skills/registry.rs:232–235  ·  view source on GitHub ↗

Get the number of registered skills

(&self)

Source from the content-addressed store, hash-verified

230
231 /// Get the number of registered skills
232 pub fn len(&self) -> usize {
233 let skills = self.skills.read().unwrap();
234 skills.len()
235 }
236
237 /// Check if the registry is empty
238 pub fn is_empty(&self) -> bool {

Callers 7

job_countMethod · 0.45
is_kebab_caseMethod · 0.45
validateMethod · 0.45
parseMethod · 0.45
parse_allowed_toolsMethod · 0.45
is_emptyMethod · 0.45
searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected