MCPcopy
hub / github.com/kubernetes/node-problem-detector / Done

Method Done

pkg/util/tomb/tomb.go:45–47  ·  view source on GitHub ↗

Done is used by the goroutine to inform that it has stopped.

()

Source from the content-addressed store, hash-verified

43
44// Done is used by the goroutine to inform that it has stopped.
45func (t *Tomb) Done() {
46 close(t.done)
47}

Callers 14

TestTombFunction · 0.95
RunMethod · 0.80
syncLoopMethod · 0.80
monitorLoopMethod · 0.80
watchLoopMethod · 0.80
watchLoopMethod · 0.80
watchLoopMethod · 0.80
monitorLoopMethod · 0.80
monitorLoopMethod · 0.80
RunMethod · 0.80
runRulesMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestTombFunction · 0.76
renewBoskosProjectFunction · 0.64