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

Function _write

tests/test_ruby_resolution.py:25–28  ·  view source on GitHub ↗
(tmp_path: Path, name: str, body: str)

Source from the content-addressed store, hash-verified

23
24
25def _write(tmp_path: Path, name: str, body: str) -> Path:
26 p = tmp_path / name
27 p.write_text(body)
28 return p
29
30
31def _raw_calls(result: dict) -> list[dict]:

Calls

no outgoing calls

Tested by

no test coverage detected