internal/abi.FuncType.NumOut (method)
9 uses
internal/abi (current package)
type.go#L508: func (t *FuncType) NumOut() int {
type.go#L527: outCount := uint16(t.NumOut())
internal/reflectlite
type.go#L372: return tt.NumOut()
type.go#L587: for i := 0; i < t.NumOut(); i++ {
reflect
type.go#L604: out := make([]Type, 0, ft.NumOut())
type.go#L789: return tt.NumOut()
type.go#L1436: for i := 0; i < t.NumOut(); i++ {
value.go#L477: nout := t.NumOut()
value.go#L783: numOut := ftyp.NumOut()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |