MCPcopy
hub / github.com/netdata/netdata / finalizeTerminal

Method finalizeTerminal

src/go/plugin/framework/functions/manager.go:522–524  ·  view source on GitHub ↗
(uid, source string, emit func())

Source from the content-addressed store, hash-verified

520}
521
522func (m *Manager) finalizeTerminal(uid, source string, emit func()) bool {
523 return m.tryFinalize(uid, source, emit)
524}
525
526func (m *Manager) cancelAllInvocations() {
527 m.invStateMux.Lock()

Callers 1

respfMethod · 0.95

Calls 1

tryFinalizeMethod · 0.95

Tested by

no test coverage detected