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

Function constructTextUnmarshalerDecodeFunc

json/codec.go:828–832  ·  view source on GitHub ↗
(t reflect.Type, pointer bool)

Source from the content-addressed store, hash-verified

826}
827
828func constructTextUnmarshalerDecodeFunc(t reflect.Type, pointer bool) decodeFunc {
829 return func(d decoder, b []byte, p unsafe.Pointer) ([]byte, error) {
830 return d.decodeTextUnmarshaler(b, p, t, pointer)
831 }
832}
833
834func constructInlineValueEncodeFunc(encode encodeFunc) encodeFunc {
835 return func(e encoder, b []byte, p unsafe.Pointer) ([]byte, error) {

Callers 3

constructCodecFunction · 0.85
constructSliceCodecFunction · 0.85
constructMapCodecFunction · 0.85

Calls 1

decodeTextUnmarshalerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…