Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ SetStopFunction
Function
SetStopFunction
pkg/devspace/kill/kill.go:17–22 ·
view source on GitHub ↗
(stopFn func(message string))
Source
from the content-addressed store, hash-verified
15
}
16
17
func
SetStopFunction(stopFn
func
(message string)) {
18
stopDevSpaceMutex.Lock()
19
defer
stopDevSpaceMutex.Unlock()
20
21
stopDevSpace = stopFn
22
}
Callers
2
runPipeline
Function · 0.92
BuildRoot
Function · 0.92
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected