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

Method iface

protocol/reflect.go:54–54  ·  view source on GitHub ↗
(t reflect.Type)

Source from the content-addressed store, hash-verified

52func (v value) bytes() []byte { return v.val.Bytes() }
53
54func (v value) iface(t reflect.Type) interface{} { return v.val.Addr().Interface() }
55
56func (v value) array(t reflect.Type) array { return array(v) }
57

Callers 2

writerEncodeFuncOfFunction · 0.45
readerDecodeFuncOfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected