Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ load_data
Function
load_data
agents/query_issues.py:162–164 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
160
161
162
def
load_data(path: str) -> dict:
163
with
open(path)
as
f:
164
return
json.load(f)
165
166
167
def
all_issues(data: dict) -> list[dict]:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected