MCPcopy Create free account
hub / github.com/GCWing/BitFun / resolve_command

Method resolve_command

src/crates/assembly/core/src/service/runtime/mod.rs:43–45  ·  view source on GitHub ↗
(&self, command: &str)

Source from the content-addressed store, hash-verified

41 }
42
43 pub fn resolve_command(&self, command: &str) -> Option<ResolvedCommand> {
44 self.inner.resolve_command(command)
45 }
46
47 pub fn get_capabilities(&self) -> Vec<RuntimeCommandCapability> {
48 self.inner.get_capabilities()

Callers 2

get_mcp_serversFunction · 0.45
download_skill_marketFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected