MCPcopy
hub / github.com/segmentio/kafka-go / elemTypeOf

Function elemTypeOf

protocol/reflect.go:18–20  ·  view source on GitHub ↗
(x interface{})

Source from the content-addressed store, hash-verified

16}
17
18func elemTypeOf(x interface{}) _type {
19 return makeType(reflect.TypeOf(x).Elem())
20}
21
22func makeType(t reflect.Type) _type {
23 return _type{typ: t}

Callers 1

UnmarshalFunction · 0.70

Calls 1

makeTypeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…