MCPcopy Create free account
hub / github.com/egonelbre/exp / typesByString

Function typesByString

sync2/runtime2/reflect2/type.go:9–9  ·  view source on GitHub ↗

go:linkname typesByString reflect.typesByString

(s string)

Source from the content-addressed store, hash-verified

7
8//go:linkname typesByString reflect.typesByString
9func typesByString(s string) []unsafe.Pointer
10
11func TypesByString(s string) []reflect.Type {
12 var types []reflect.Type

Callers 1

TypesByStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected