MCPcopy 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
44def build_command_backlog() -> PortingBacklog:
45 return PortingBacklog(title='Command surface', modules=list(PORTED_COMMANDS))
46
47
48def command_names() -> list[str]:

Callers 1

render_summaryMethod · 0.85

Calls 1

PortingBacklogClass · 0.85

Tested by

no test coverage detected