Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Done
Method
Done
pkg/devspace/devpod/devpod.go:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(d *devPod) Done() <-
chan
struct
{} {
111
return
d.done
112
}
113
114
func
(d *devPod) Stop() {
115
d.m.Lock()
Callers
1
Start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected