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

Function constructUnsupportedTypeCodec

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

Source from the content-addressed store, hash-verified

789}
790
791func constructUnsupportedTypeCodec(t reflect.Type) codec {
792 return codec{
793 encode: constructUnsupportedTypeEncodeFunc(t),
794 decode: constructUnsupportedTypeDecodeFunc(t),
795 }
796}
797
798func constructUnsupportedTypeEncodeFunc(t reflect.Type) encodeFunc {
799 return func(e encoder, b []byte, p unsafe.Pointer) ([]byte, error) {

Callers 2

constructCodecFunction · 0.85
constructMapCodecFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…