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

Method Interface

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

Source from the content-addressed store, hash-verified

85func (m ModBits) Volatile() bool { return m&ModVolatile != 0 }
86func (m ModBits) Transient() bool { return m&ModTransient != 0 }
87func (m ModBits) Interface() bool { return m&ModInterface != 0 }
88func (m ModBits) Native() bool { return m&ModNative != 0 }
89func (m ModBits) Abstract() bool { return m&ModAbstract != 0 }
90func (m ModBits) Strict() bool { return m&ModStrict != 0 }

Callers 15

OneOfFunction · 0.80
SortFunction · 0.80
SortValuesFunction · 0.80
TestSortFunction · 0.80
RemoveFunction · 0.80
CloneFunction · 0.80
CastFunction · 0.80
callMethod · 0.80
toValueFunction · 0.80
TestReadWriteFunction · 0.80
addForTypeMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestSortFunction · 0.64
TestReadWriteFunction · 0.64
TestCopyFunction · 0.64
checkFunction · 0.64