MCPcopy
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
503func (m *Manager) setStopping(v bool) {
504 m.stopping.Store(v)
505}
506
507func (m *Manager) isStopping() bool {
508 return m.stopping.Load()

Callers 2

shutdownMethod · 0.95

Calls 1

StoreMethod · 0.80

Tested by 1