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

Struct moduleProcessor

internal/etw/processors/module_windows.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type moduleProcessor struct {
28 psnap ps.Snapshotter
29}
30
31func newModuleProcessor(psnap ps.Snapshotter) Processor {
32 m := &moduleProcessor{psnap: psnap}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected