MCPcopy Index your code
hub / github.com/segmentio/encoding / constructPointerDecodeFunc

Function constructPointerDecodeFunc

json/codec.go:766–770  ·  view source on GitHub ↗
(t reflect.Type, decode decodeFunc)

Source from the content-addressed store, hash-verified

764}
765
766func constructPointerDecodeFunc(t reflect.Type, decode decodeFunc) decodeFunc {
767 return func(d decoder, b []byte, p unsafe.Pointer) ([]byte, error) {
768 return d.decodePointer(b, p, t, decode)
769 }
770}
771
772func constructInterfaceCodec(t reflect.Type) codec {
773 return codec{

Callers 1

constructPointerCodecFunction · 0.85

Calls 1

decodePointerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…