Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
522
func
(m *Manager) finalizeTerminal(uid, source string, emit
func
()) bool {
523
return
m.tryFinalize(uid, source, emit)
524
}
525
526
func
(m *Manager) cancelAllInvocations() {
527
m.invStateMux.Lock()
Callers
1
respf
Method · 0.95
Calls
1
tryFinalize
Method · 0.95
Tested by
no test coverage detected