FieldOnlyEventModifier is an EventModifier that filters events to those relating to the specified field. Can only be used for field access or field modified events.
| 156 | // relating to the specified field. |
| 157 | // Can only be used for field access or field modified events. |
| 158 | type FieldOnlyEventModifier struct { |
| 159 | Type ReferenceTypeID |
| 160 | Field FieldID |
| 161 | } |
| 162 | |
| 163 | // StepEventModifier is an EventModifier that filters step events to those which |
| 164 | // satisfy depth and size constraints. |
nothing calls this directly
no outgoing calls
no test coverage detected