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

Method Read

pkg/cap/types_windows.go:56–56  ·  view source on GitHub ↗

Read returns two channels. The event channel is populated with event instances pulled from the cap. If any error occurs during capture processing, it is pushed to the error channel.

(ctx context.Context)

Source from the content-addressed store, hash-verified

54 // Read returns two channels. The event channel is populated with event instances pulled from the cap. If
55 // any error occurs during capture processing, it is pushed to the error channel.
56 Read(ctx context.Context) (chan *event.Event, chan error)
57 // Close shutdowns the reader gracefully.
58 Close() error
59 // RecoverSnapshotters recovers the state of the snapshotters from the cap.

Callers 2

handleMessageFunction · 0.65
ReadCaptureMethod · 0.65

Implementers 1

readerpkg/cap/reader_windows.go

Calls

no outgoing calls

Tested by 1

handleMessageFunction · 0.52