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

Method processAlive

internal/cli/cli_integration_test.go:3812–3816  ·  view source on GitHub ↗
(pid int)

Source from the content-addressed store, hash-verified

3810}
3811
3812func (d *integrationDaemon) processAlive(pid int) bool {
3813 d.mu.Lock()
3814 defer d.mu.Unlock()
3815 return d.running && pid == d.pid
3816}
3817
3818func (d *integrationDaemon) waitForExit() error {
3819 d.mu.Lock()

Callers 8

newIntegrationHarnessFunction · 0.95
canReclaimMethod · 0.80
daemonInfoFunction · 0.80
cleanupOrphansMethod · 0.80
waitForProcessExitMethod · 0.80
resolveStaleDaemonPIDMethod · 0.80
releaseConditionsMetMethod · 0.80
acquireLockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected