MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / write_json

Function write_json

tests/test_figure_table_decisions.py:12–14  ·  view source on GitHub ↗
(path: Path, payload: dict)

Source from the content-addressed store, hash-verified

10
11
12def write_json(path: Path, payload: dict) -> Path:
13 path.write_text(json.dumps(payload, ensure_ascii=False), encoding="utf-8")
14 return path
15
16
17def run_decisions(tmp_path: Path, source_manifest: dict, figures: dict) -> dict:

Callers 1

run_decisionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected