Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
148
def
read_json(path: Path) -> dict[str, Any]:
149
return
json.loads(path.read_text(encoding=
"utf-8"
))
150
151
152
def
expand_root(value: str | None) -> Path | None:
Callers
2
load_registries
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected