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

Struct contractDaemonProcess

internal/cli/daemon_authored_context_test.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type contractDaemonProcess struct {
17 pid int
18 done chan struct{}
19 waitErr error
20}
21
22func (p *contractDaemonProcess) PID() int {
23 return p.pid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected