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

Function out_text

tests/windows/test_daemon_stability.py:56–57  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

54
55
56def out_text(result):
57 return ((result.stdout or b"") + (result.stderr or b"")).decode("utf-8", "replace")
58
59
60def kill_pid(pid):

Callers 7

wait_status_not_runningFunction · 0.85
section_paramsFunction · 0.85
section_crash_recoveryFunction · 0.85
section_churn_stabilityFunction · 0.85
section_cold_stormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected