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)