MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Terminated

Method Terminated

pkg/util/tomb/tomb.go:107–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (t *Tomb) Terminated() bool {
108 t.init()
109 select {
110 case <-t.dead:
111 return true
112 default:
113 return false
114 }
115}
116
117// Dead returns the channel that can be used to wait until
118// all goroutines have finished running.

Callers 1

handleCommandMethod · 0.95

Calls 1

initMethod · 0.95

Tested by

no test coverage detected