MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _write

Function _write

tests/test_ts_namespace.py:13–16  ·  view source on GitHub ↗
(path: Path, text: str)

Source from the content-addressed store, hash-verified

11
12
13def _write(path: Path, text: str) -> Path:
14 path.parent.mkdir(parents=True, exist_ok=True)
15 path.write_text(text, encoding="utf-8")
16 return path
17
18
19def _node_label(result: dict, file: str, sym: str):

Calls

no outgoing calls

Tested by

no test coverage detected