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

Struct FuncSet

internal/importers/java/java.go:61–66  ·  view source on GitHub ↗

FuncSet is the set of overloaded variants of a function. If the function is not overloaded, its FuncSet contains one entry.

Source from the content-addressed store, hash-verified

59// If the function is not overloaded, its FuncSet contains
60// one entry.
61type FuncSet struct {
62 Name string
63 GoName string
64 Funcs []*Func
65 CommonSig
66}
67
68// CommonSig is a signature compatible with every
69// overloaded variant of a FuncSet.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected