MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / NumMethods

Method NumMethods

types/interface.go:87–87  ·  view source on GitHub ↗

NumMethods returns the total number of methods of interface t.

()

Source from the content-addressed store, hash-verified

85
86// NumMethods returns the total number of methods of interface t.
87func (t *Interface) NumMethods() int { return t.typeSet().NumMethods() }
88
89// Method returns the i'th method of interface t for 0 <= i < t.NumMethods().
90// The methods are ordered by their unique Id.

Callers

nothing calls this directly

Calls 1

typeSetMethod · 0.95

Tested by

no test coverage detected