MCPcopy 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
116def _write_json(path: Path, data: Any) -> None:
117 path.write_text(json.dumps(data, indent=2, sort_keys=True) + "\n")

Callers 2

run_benchFunction · 0.90
render_runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected