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

Function built_in_command_names

claw-code/src/commands.py:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39@lru_cache(maxsize=1)
40def built_in_command_names() -> frozenset[str]:
41 return frozenset(module.name for module in PORTED_COMMANDS)
42
43
44def build_command_backlog() -> PortingBacklog:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected