MCPcopy 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

60func (evtAccessor) IsFieldAccessible(*event.Event) bool { return true }
61
62func newEventAccessor() Accessor {
63 return &evtAccessor{}
64}
65
66const timeFmt = "15:04:05"
67const dateFmt = "2006-01-02"

Callers 4

AccessorMethod · 0.85
NewFunction · 0.85
TestIsFieldAccessibleFunction · 0.85
GetAccessorsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIsFieldAccessibleFunction · 0.68