MCPcopy Create free account
hub / github.com/compozy/agh / timeoutDaemonProcess

Struct timeoutDaemonProcess

internal/cli/daemon_wait_readiness_test.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type timeoutDaemonProcess struct {
15 waitCalls atomic.Int32
16 done chan struct{}
17 waitErr error
18}
19
20func (p *timeoutDaemonProcess) PID() int {
21 return 42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected