null output devours kernel events the same way a black hole swallows the light
| 28 | |
| 29 | // null output devours kernel events the same way a black hole swallows the light |
| 30 | type null struct{} |
| 31 | |
| 32 | func init() { |
| 33 | outputs.Register(outputs.Null, initNull) |
nothing calls this directly
no outgoing calls
no test coverage detected