MCPcopy Index your code
hub / github.com/netdata/netdata / DirectTerminalFinalizer

Function DirectTerminalFinalizer

src/go/plugin/framework/functions/finalizer.go:10–16  ·  view source on GitHub ↗

DirectTerminalFinalizer emits a terminal response without manager-level deduplication.

(_ string, _ string, emit func())

Source from the content-addressed store, hash-verified

8// DirectTerminalFinalizer emits a terminal response without manager-level
9// deduplication.
10func DirectTerminalFinalizer(_ string, _ string, emit func()) bool {
11 if emit == nil {
12 return false
13 }
14 emit()
15 return true
16}

Callers

nothing calls this directly

Calls 1

emitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…