()
| 228 | func (e *Event) IsMapViewFile() bool { return e.Type == MapViewFile } |
| 229 | func (e *Event) IsUnmapViewFile() bool { return e.Type == UnmapViewFile } |
| 230 | func (e *Event) IsStackWalk() bool { return e.Type == StackWalk } |
| 231 | func (e *Event) IsOpenThread() bool { return e.Type == OpenThread } |
| 232 | func (e *Event) IsOpenProcess() bool { return e.Type == OpenProcess } |
| 233 |
no outgoing calls
no test coverage detected