Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ reset
Method
reset
pkg/tools/startable.go:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(f *failureStreak) reset() {
62
f.active = false
63
f.pending = false
64
}
65
66
func
(f *failureStreak) shouldReport() bool {
67
if
!f.pending {
Callers
3
Start
Method · 0.45
Tools
Method · 0.45
Stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected