MCPcopy 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
162def load_data(path: str) -> dict:
163 with open(path) as f:
164 return json.load(f)
165
166
167def all_issues(data: dict) -> list[dict]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected