()
| 111 | // for detailed descriptions and rules for each of the EventModifiers. |
| 112 | type EventModifier interface { |
| 113 | modKind() uint8 |
| 114 | } |
| 115 | |
| 116 | // CountEventModifier is an EventModifier that limits the number of times an |
no outgoing calls
no test coverage detected