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

Function newCompiledFilter

pkg/rules/engine.go:105–107  ·  view source on GitHub ↗
(f filter.Filter, c *config.FilterConfig, ss *sequenceState)

Source from the content-addressed store, hash-verified

103}
104
105func newCompiledFilter(f filter.Filter, c *config.FilterConfig, ss *sequenceState) *compiledFilter {
106 return &compiledFilter{filter: f, config: c, ss: ss}
107}
108
109// isScoped determines if this filter is scoped, i.e. it has the event name or category
110// conditions.

Callers 1

CompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected