MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / all_issues

Function all_issues

agents/query_issues.py:167–168  ·  view source on GitHub ↗
(data: dict)

Source from the content-addressed store, hash-verified

165
166
167def all_issues(data: dict) -> list[dict]:
168 return data["open_issues"] + data["closed_issues"]
169
170
171def format_compact(issue: dict) -> str:

Callers 4

cmd_searchFunction · 0.85
cmd_relatedFunction · 0.85
cmd_batch_relatedFunction · 0.85
cmd_showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected