Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ pid_from
Function
pid_from
tests/windows/test_daemon_stability.py:69–71 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
67
68
69
def
pid_from(text):
70
match = re.search(r
"pid[: ]+(\d+)"
, text)
71
return
int(match.group(1))
if
match
else
0
72
73
74
def
wait_status_not_running(binary, cache, deadline_s):
Callers
4
section_start_status_port
Function · 0.70
section_stop_refuses_busy
Function · 0.70
section_crash_recovery
Function · 0.70
section_churn_stability
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected