IsFieldAccessible determines if the field can be extracted from the given event. The condition is usually based on the event category, but it can also include different circumstances, like the presence of the process state or callstacks.
(evt *event.Event)
| 50 | // but it can also include different circumstances, like the presence |
| 51 | // of the process state or callstacks. |
| 52 | IsFieldAccessible(evt *event.Event) bool |
| 53 | } |
| 54 | |
| 55 | // evtAccessor extracts generic event values. |
no outgoing calls