Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ clearMatches
Method
clearMatches
pkg/rules/engine.go:329–333 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
func
(e *Engine) clearMatches() {
330
e.mmu.Lock()
331
defer
e.mmu.Unlock()
332
e.matches = make([]*ruleMatch, 0)
333
}
Callers
1
processActions
Method · 0.95
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected