Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ build_command_backlog
Function
build_command_backlog
src/commands.py:44–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
44
def
build_command_backlog() -> PortingBacklog:
45
return
PortingBacklog(title=
'Command surface'
, modules=list(PORTED_COMMANDS))
46
47
48
def
command_names() -> list[str]:
Callers
1
render_summary
Method · 0.85
Calls
1
PortingBacklog
Class · 0.85
Tested by
no test coverage detected