MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / load_cases

Function load_cases

tools/audiocpp_cli/run_audiocpp_cli_path_tests.py:146–148  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

144
145
146def load_cases(path: Path) -> dict[str, Any]:
147 with path.open("r", encoding="utf-8") as handle:
148 return json.load(handle)
149
150
151def selected_cases(catalog: dict[str, Any], only: set[str], family: str | None) -> list[dict[str, Any]]:

Callers 1

mainFunction · 0.85

Calls 2

openMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected