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

Method ClassID

core/java/jdwp/cmdset_vm.go:42–44  ·  view source on GitHub ↗

ClassID returns the class identifier for the ClassBySignature.

()

Source from the content-addressed store, hash-verified

40
41// ClassID returns the class identifier for the ClassBySignature.
42func (c ClassInfo) ClassID() ClassID {
43 return ClassID(c.TypeID)
44}
45
46// GetClassesBySignature returns all the loaded classes matching the requested
47// signature from the server.

Callers 8

classMethod · 0.80
IDMethod · 0.80
NewMethod · 0.80
callMethod · 0.80
TestInvokeStaticMethodFunction · 0.80
TestInvokeMethodFunction · 0.80
waitForOnCreateFunction · 0.80
waitForVulkanLoadFunction · 0.80

Calls 1

ClassIDTypeAlias · 0.85

Tested by 2

TestInvokeStaticMethodFunction · 0.64
TestInvokeMethodFunction · 0.64