MCPcopy
hub / github.com/openai/plugins / write_text

Function write_text

plugins/ngs-analysis/scripts/ngs_run_utils.py:90–92  ·  view source on GitHub ↗
(path: Path, value: str)

Source from the content-addressed store, hash-verified

88
89
90def write_text(path: Path, value: str) -> None:
91 path.parent.mkdir(parents=True, exist_ok=True)
92 path.write_text(value, encoding="utf-8")
93
94
95def sha256_file(path: Path) -> str:

Callers 15

write_summaryFunction · 0.90
mainFunction · 0.90
write_summaryFunction · 0.90
write_commandsFunction · 0.90
executeFunction · 0.90
write_summaryFunction · 0.90
write_summaryFunction · 0.90
write_commandsFunction · 0.90
write_summaryFunction · 0.90
mainFunction · 0.90
write_command_scriptFunction · 0.90
write_summaryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected