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

Method Done

internal/cli/daemon.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36type daemonProcess interface {
37 PID() int
38 Done() <-chan struct{}
39 Wait() error
40}
41

Callers 7

waitForDaemonStartFunction · 0.65
waitForDaemonStopFunction · 0.65
runMCPAuthLoginFunction · 0.65
waitForSettingsRestartFunction · 0.65
RunMethod · 0.65
waitUntilLeaseExpiresFunction · 0.65
waitForSupportBundleFunction · 0.65

Implementers 10

DetachedProcessinternal/procutil/detached.go
daytonaHandleinternal/sandbox/daytona/launcher.go
contractDaemonProcessinternal/cli/daemon_authored_context_t
stubDaemonProcessinternal/cli/daemon_wait_test.go
timeoutDaemonProcessinternal/cli/daemon_wait_readiness_tes
integrationDaemonProcessinternal/cli/cli_integration_test.go
Processinternal/subprocess/process.go
localProcessHandleinternal/acp/launcher.go
fakeHandleinternal/acp/launcher_tool_host_test.g
fakeProcessinternal/extension/manager_test.go

Calls

no outgoing calls

Tested by 2

RunMethod · 0.52
waitUntilLeaseExpiresFunction · 0.52