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

Function output_text

tests/test_daemon_open_readiness.py:42–43  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

40
41
42def output_text(result):
43 return ((result.stdout or b"") + (result.stderr or b"")).decode("utf-8", "replace")
44
45
46def pid_from(text):

Callers 5

stop_daemonFunction · 0.70
collectFunction · 0.70
wait_daemon_activeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected