Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ initNull
Function
initNull
pkg/outputs/null/null.go:36–38 ·
view source on GitHub ↗
(config outputs.Config)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
initNull(config outputs.Config) (outputs.OutputGroup, error) {
37
return
outputs.Success(&null{}), nil
38
}
39
40
func
(null) Close() error {
return
nil }
41
func
(null) Connect() error {
return
nil }
Callers
nothing calls this directly
Calls
1
Success
Function · 0.92
Tested by
no test coverage detected