MCPcopy Index your code
hub / github.com/idank/explainshell / _write

Function _write

tests/test_postprocess_ubuntu_archive.py:23–24  ·  view source on GitHub ↗
(path: Path, content: str = "content")

Source from the content-addressed store, hash-verified

21
22
23def _write(path: Path, content: str = "content") -> None:
24 path.write_text(content)
25
26
27def test_regular_files_copied(tmp_path: Path) -> None:

Calls

no outgoing calls

Tested by

no test coverage detected