Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
func
elemTypeOf(x
interface
{}) _type {
19
return
makeType(reflect.TypeOf(x).Elem())
20
}
21
22
func
makeType(t reflect.Type) _type {
23
return
_type{typ: t}
Callers
1
Unmarshal
Function · 0.70
Calls
1
makeType
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…