MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / null

Struct null

pkg/outputs/null/null.go:30–30  ·  view source on GitHub ↗

null output devours kernel events the same way a black hole swallows the light

Source from the content-addressed store, hash-verified

28
29// null output devours kernel events the same way a black hole swallows the light
30type null struct{}
31
32func init() {
33 outputs.Register(outputs.Null, initNull)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected