Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ build_tool_backlog
Function
build_tool_backlog
src/tools.py:40–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
40
def
build_tool_backlog() -> PortingBacklog:
41
return
PortingBacklog(title=
'Tool surface'
, modules=list(PORTED_TOOLS))
42
43
44
def
tool_names() -> list[str]:
Callers
1
render_summary
Method · 0.85
Calls
1
PortingBacklog
Class · 0.85
Tested by
no test coverage detected