MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / append_log

Function append_log

scripts/run-test-wave.py:88–91  ·  view source on GitHub ↗
(path: pathlib.Path, message: str)

Source from the content-addressed store, hash-verified

86
87
88def append_log(path: pathlib.Path, message: str) -> None:
89 with path.open("a", encoding="utf-8", newline="\n") as stream:
90 stream.write(message)
91 stream.write("\n")
92
93
94def start_suite(

Callers 3

start_suiteFunction · 0.85
record_resultFunction · 0.85
record_start_failureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected