MCPcopy Index your code
hub / github.com/github/spec-kit / _write_shared_text

Function _write_shared_text

src/specify_cli/shared_infra.py:244–245  ·  view source on GitHub ↗
(project_path: Path, dest: Path, content: str)

Source from the content-addressed store, hash-verified

242
243
244def _write_shared_text(project_path: Path, dest: Path, content: str) -> None:
245 _write_shared_bytes(project_path, dest, content.encode("utf-8"))
246
247
248def _write_shared_bytes(

Callers 2

refresh_shared_templatesFunction · 0.85
install_shared_infraFunction · 0.85

Calls 1

_write_shared_bytesFunction · 0.85

Tested by

no test coverage detected