Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ execute
Method
execute
claw-code/src/execution_registry.py:14–15 ·
view source on GitHub ↗
(self, prompt: str)
Source
from the content-addressed store, hash-verified
12
source_hint: str
13
14
def
execute(self, prompt: str) -> str:
15
return
execute_command(self.name, prompt).message
16
17
18
@dataclass(frozen=True)
Callers
nothing calls this directly
Calls
1
execute_command
Function · 0.85
Tested by
no test coverage detected