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

Struct reader

pkg/cap/reader_windows.go:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type reader struct {
46 zr *zstd.Reader
47 f *os.File
48 psnapshotter ps.Snapshotter
49 hsnapshotter handle.Snapshotter
50 filter filter.Filter
51 config *config.Config
52 mu sync.Mutex // guards the underlying zstd byte buffer
53}
54
55// NewReader builds a new instance of the cap reader.
56func NewReader(filename string, config *config.Config) (Reader, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected