MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / command

Method command

claw-code/src/execution_registry.py:32–37  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

30 tools: tuple[MirroredTool, ...]
31
32 def command(self, name: str) -> MirroredCommand | None:
33 lowered = name.lower()
34 for command in self.commands:
35 if command.name.lower() == lowered:
36 return command
37 return None
38
39 def tool(self, name: str) -> MirroredTool | None:
40 lowered = name.lower()

Callers 2

bootstrap_sessionMethod · 0.80

Calls

no outgoing calls

Tested by 1