MCPcopy 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
60func (s *EventSourceControl) Errors() <-chan error {
61 return s.evs.Errors()
62}
63
64func (s *EventSourceControl) Events() <-chan *event.Event {
65 return s.evs.Events()

Callers

nothing calls this directly

Calls 1

ErrorsMethod · 0.65

Tested by

no test coverage detected