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

Method all

core/src/skills/registry.rs:108–111  ·  view source on GitHub ↗

Get all registered skills

(&self)

Source from the content-addressed store, hash-verified

106
107 /// Get all registered skills
108 pub fn all(&self) -> Vec<Arc<Skill>> {
109 let skills = self.skills.read().unwrap();
110 skills.values().cloned().collect()
111 }
112
113 /// Load skills from a directory
114 ///

Callers 11

is_program_identifierFunction · 0.80
executeMethod · 0.80
get_ready_stepsMethod · 0.80
execute_planMethod · 0.80
fetchViaSearchMethod · 0.80
fetchViaMcpMethod · 0.80
fetchAllChannelsMethod · 0.80
testConcurrentSessionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected