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

Method modKind

core/java/jdwp/cmdset_eventrequest.go:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

encodeMethod · 0.65

Implementers 3

ExceptionOnlyEventModifiercore/java/jdwp/cmdset_eventrequest.go
FieldOnlyEventModifiercore/java/jdwp/cmdset_eventrequest.go
StepEventModifiercore/java/jdwp/cmdset_eventrequest.go

Calls

no outgoing calls

Tested by

no test coverage detected