Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ IsStarted
Method
IsStarted
pkg/tools/startable.go:51–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
// queried independently of the StartableToolSet wrapper's latched state.
50
type
startReporter
interface
{
51
IsStarted() bool
52
}
53
54
func
(f *failureStreak) fail() {
Callers
15
Start
Method · 0.65
TestStartableToolSet_RecoversDeadUnderlyingWithRestart
Function · 0.65
TestStartableToolSet_RecoversDeadUnderlyingWithStartFallback
Function · 0.65
TestStartableToolSet_ShouldReportRecoveryFailure_ResetsOnSuccess
Function · 0.65
TestRemoteToolsetReconnectsAfterCleanClose
Function · 0.65
TestStdioStartReturnsErrorWhenServerUnavailable
Function · 0.65
TestStdioStartReturnsErrorWhenBinaryNotFound
Function · 0.65
TestStdioLazyRetrySucceedsWhenBinaryAppears
Function · 0.65
TestRemoteStartRetriesWhenUnavailable
Function · 0.65
TestStartableToolSetRetryAcrossTurns
Function · 0.65
Tools
Method · 0.65
handleEnable
Method · 0.65
Implementers
7
StartableToolSet
pkg/tools/startable.go
reportingToolSet
pkg/tools/startable_test.go
reportingStartOnlyToolSet
pkg/tools/startable_test.go
recoveryFailingToolSet
pkg/tools/startable_test.go
Toolset
pkg/tools/mcp/mcp.go
recoveryAuthToolSet
pkg/runtime/runtime_test.go
reconnectingToolSet
pkg/agent/agent_test.go
Calls
no outgoing calls
Tested by
11
TestStartableToolSet_RecoversDeadUnderlyingWithRestart
Function · 0.52
TestStartableToolSet_RecoversDeadUnderlyingWithStartFallback
Function · 0.52
TestStartableToolSet_ShouldReportRecoveryFailure_ResetsOnSuccess
Function · 0.52
TestRemoteToolsetReconnectsAfterCleanClose
Function · 0.52
TestStdioStartReturnsErrorWhenServerUnavailable
Function · 0.52
TestStdioStartReturnsErrorWhenBinaryNotFound
Function · 0.52
TestStdioLazyRetrySucceedsWhenBinaryAppears
Function · 0.52
TestRemoteStartRetriesWhenUnavailable
Function · 0.52
TestStartableToolSetRetryAcrossTurns
Function · 0.52
TestStartableToolSet_RetriesAfterFailure
Function · 0.52
TestStartableToolSet_RestartAfterStop
Function · 0.52