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

Method waitForExit

internal/cli/cli_integration_test.go:3818–3826  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3816}
3817
3818func (d *integrationDaemon) waitForExit() error {
3819 d.mu.Lock()
3820 done := d.done
3821 d.mu.Unlock()
3822 if done == nil {
3823 return nil
3824 }
3825 return <-done
3826}
3827
3828func (d *integrationDaemon) bridgeService() *integrationBridgeService {
3829 d.mu.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected