Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ setStopping
Method
setStopping
src/go/plugin/framework/functions/manager.go:503–505 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
501
}
502
503
func
(m *Manager) setStopping(v bool) {
504
m.stopping.Store(v)
505
}
506
507
func
(m *Manager) isStopping() bool {
508
return
m.stopping.Load()
Callers
2
shutdown
Method · 0.95
TestManager_DispatchInvocationStopping
Function · 0.80
Calls
1
Store
Method · 0.80
Tested by
1
TestManager_DispatchInvocationStopping
Function · 0.64