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

Class CommandExecution

claw-code/src/commands.py:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass(frozen=True)
14class CommandExecution:
15 name: str
16 source_hint: str
17 prompt: str
18 handled: bool
19 message: str
20
21
22@lru_cache(maxsize=1)

Callers 1

execute_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected