Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ newEventAccessor
Function
newEventAccessor
pkg/filter/accessor.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
func
(evtAccessor) IsFieldAccessible(*event.Event) bool {
return
true }
61
62
func
newEventAccessor() Accessor {
63
return
&evtAccessor{}
64
}
65
66
const
timeFmt =
"15:04:05"
67
const
dateFmt =
"2006-01-02"
Callers
4
Accessor
Method · 0.85
New
Function · 0.85
TestIsFieldAccessible
Function · 0.85
GetAccessors
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestIsFieldAccessible
Function · 0.68