Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ nonAddressableValueOf
Function
nonAddressableValueOf
protocol/reflect.go:30–32 ·
view source on GitHub ↗
(x interface{})
Source
from the content-addressed store, hash-verified
28
}
29
30
func
nonAddressableValueOf(x
interface
{}) value {
31
return
value{val: reflect.ValueOf(x)}
32
}
33
34
func
valueOf(x
interface
{}) value {
35
return
value{val: reflect.ValueOf(x).Elem()}
Callers
1
Marshal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected