func internal/abi.TypeOf
7 uses
internal/abi (current package)
type.go#L170: func TypeOf(a any) *Type {
type.go#L183: if t := TypeOf(v); t != nil {
type.go#L186: return TypeOf((*T)(nil)).Elem() // only for an interface kind
internal/concurrent
hashtriemap.go#L31: mapType := abi.TypeOf(m).MapType()
internal/reflectlite
type.go#L387: return toType(abi.TypeOf(i))
reflect
type.go#L1297: return toType(abi.TypeOf(i))
type.go#L1302: return abi.TypeOf(i)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |