Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ _write_json
Function
_write_json
tests/evals/_common.py:116–117 ·
view source on GitHub ↗
(path: Path, data: Any)
Source
from the content-addressed store, hash-verified
114
115
116
def
_write_json(path: Path, data: Any) -> None:
117
path.write_text(json.dumps(data, indent=2, sort_keys=True) +
"\n"
)
Callers
2
run_bench
Function · 0.90
render_run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected