MCPcopy Create free account
hub / github.com/google/gapid / FieldOnlyEventModifier

Struct FieldOnlyEventModifier

core/java/jdwp/cmdset_eventrequest.go:158–161  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

156// relating to the specified field.
157// Can only be used for field access or field modified events.
158type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected