Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ Errors
Method
Errors
internal/bootstrap/source.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(s *EventSourceControl) Errors() <-
chan
error {
61
return
s.evs.Errors()
62
}
63
64
func
(s *EventSourceControl) Events() <-
chan
*event.Event {
65
return
s.evs.Events()
Callers
nothing calls this directly
Calls
1
Errors
Method · 0.65
Tested by
no test coverage detected