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

Function constructUnsupportedTypeDecodeFunc

json/codec.go:804–808  ·  view source on GitHub ↗
(t reflect.Type)

Source from the content-addressed store, hash-verified

802}
803
804func constructUnsupportedTypeDecodeFunc(t reflect.Type) decodeFunc {
805 return func(d decoder, b []byte, p unsafe.Pointer) ([]byte, error) {
806 return d.decodeUnmarshalTypeError(b, p, t)
807 }
808}
809
810func constructJSONMarshalerEncodeFunc(t reflect.Type, pointer bool) encodeFunc {
811 return func(e encoder, b []byte, p unsafe.Pointer) ([]byte, error) {

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…