MCPcopy
hub / github.com/openai/plugins / read_json

Function read_json

plugins/ngs-analysis/scripts/ngs_reference_manager.py:148–149  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

146
147
148def read_json(path: Path) -> dict[str, Any]:
149 return json.loads(path.read_text(encoding="utf-8"))
150
151
152def expand_root(value: str | None) -> Path | None:

Callers 2

load_registriesFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected