MCPcopy Index your code
hub / github.com/go-python/gopy / IntInterFace

Interface IntInterFace

_examples/variadic/variadic.go:47–49  ·  view source on GitHub ↗

Variadic Over Interface //////////////

Source from the content-addressed store, hash-verified

45
46// ///////////// Variadic Over Interface //////////////
47type IntInterFace interface {
48 Number() int
49}
50
51func (is *IntStrUct) Number() int {
52 return is.p

Callers 1

VariInterFaceFuncFunction · 0.65

Implementers 1

IntStrUct_examples/variadic/variadic.go

Calls

no outgoing calls

Tested by

no test coverage detected