MCPcopy
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
30func nonAddressableValueOf(x interface{}) value {
31 return value{val: reflect.ValueOf(x)}
32}
33
34func valueOf(x interface{}) value {
35 return value{val: reflect.ValueOf(x).Elem()}

Callers 1

MarshalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected