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

Function write_json

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

Source from the content-addressed store, hash-verified

12
13
14def write_json(path: Path, payload: dict) -> Path:
15 path.write_text(json.dumps(payload, ensure_ascii=False), encoding="utf-8")
16 return path
17
18
19def run_lint_grounding(

Callers 1

run_lint_groundingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected