Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
40
def
built_in_command_names() -> frozenset[str]:
41
return
frozenset(module.name
for
module in PORTED_COMMANDS)
42
43
44
def
build_command_backlog() -> PortingBacklog:
Callers
1
build_system_init_message
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected