Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
45
func
(t *Tomb) Done() {
46
close(t.done)
47
}
Callers
14
TestTomb
Function · 0.95
Run
Method · 0.80
syncLoop
Method · 0.80
monitorLoop
Method · 0.80
watchLoop
Method · 0.80
watchLoop
Method · 0.80
watchLoop
Method · 0.80
monitorLoop
Method · 0.80
monitorLoop
Method · 0.80
Run
Method · 0.80
runRules
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestTomb
Function · 0.76
renewBoskosProject
Function · 0.64