Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
def
all_issues(data: dict) -> list[dict]:
168
return
data[
"open_issues"
] + data[
"closed_issues"
]
169
170
171
def
format_compact(issue: dict) -> str:
Callers
4
cmd_search
Function · 0.85
cmd_related
Function · 0.85
cmd_batch_related
Function · 0.85
cmd_show
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected