Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
out_text(result):
57
return
((result.stdout or b
""
) + (result.stderr or b
""
)).decode(
"utf-8"
,
"replace"
)
58
59
60
def
kill_pid(pid):
Callers
7
wait_status_not_running
Function · 0.85
section_params
Function · 0.85
section_start_status_port
Function · 0.85
section_stop_refuses_busy
Function · 0.85
section_crash_recovery
Function · 0.85
section_churn_stability
Function · 0.85
section_cold_storm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected