Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ complete
Method
complete
internal/cli/daemon_wait_readiness_test.go:34–37 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(p *timeoutDaemonProcess) complete(err error) {
35
p.waitErr = err
36
close(p.done)
37
}
38
39
func
TestWaitForDaemonStartReadiness(t *testing.T) {
40
t.Parallel()
Callers
1
TestWaitForDaemonStartReadiness
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected