Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ Wait
Method
Wait
pkg/tools/lifecycle/supervisor.go:54–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
// and safe to call concurrently with an in-flight Wait.
53
type
Session
interface
{
54
Wait() error
55
Close(ctx context.Context) error
56
}
57
Callers
2
TestSupervisor_StopConcurrent
Function · 0.65
watch
Method · 0.65
Implementers
7
fakeSession
pkg/tools/lifecycle/supervisor_test.go
sessionClient
pkg/tools/mcp/session_client.go
mockMCPClient
pkg/tools/mcp/mcp_test.go
reconnectableMockClient
pkg/tools/mcp/mcp_test.go
failingInitClient
pkg/tools/mcp/reconnect_test.go
clientSession
pkg/tools/mcp/mcp.go
lspSession
pkg/tools/builtin/lsp/lsp_lifecycle.go
Calls
no outgoing calls
Tested by
1
TestSupervisor_StopConcurrent
Function · 0.52