MCPcopy Create free account
hub / github.com/golang/mobile / FuncSig

Struct FuncSig

internal/importers/java/java.go:100–104  ·  view source on GitHub ↗

FuncSig uniquely identifies a Java Func.

Source from the content-addressed store, hash-verified

98
99// FuncSig uniquely identifies a Java Func.
100type FuncSig struct {
101 Name string
102 // The method descriptor, in JNI format.
103 Desc string
104}
105
106// Var is a Java member variable.
107type Var struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected