MCPcopy Create free account
hub / github.com/Open-Quant/openquant / load

Function load

scripts/check_bench_thresholds.py:8–9  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

6
7
8def load(path: Path):
9 return json.loads(path.read_text())
10
11
12def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected