MCPcopy
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
61func (f *failureStreak) reset() {
62 f.active = false
63 f.pending = false
64}
65
66func (f *failureStreak) shouldReport() bool {
67 if !f.pending {

Callers 3

StartMethod · 0.45
ToolsMethod · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected