Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ stubDaemonProcess
Struct
stubDaemonProcess
internal/cli/daemon_wait_test.go:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
stubDaemonProcess
struct
{
19
pid int
20
done
chan
struct
{}
21
waitErr error
22
}
23
24
func
(p *stubDaemonProcess) PID() int {
25
if
p.pid > 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected