Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
output_text(result):
43
return
((result.stdout or b
""
) + (result.stderr or b
""
)).decode(
"utf-8"
,
"replace"
)
44
45
46
def
pid_from(text):
Callers
5
stop_daemon
Function · 0.70
collect
Function · 0.70
wait_daemon_active
Function · 0.70
assert_bounded_foreign_port_failure
Function · 0.70
assert_active_daemon_open
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected