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

Function constructUnsupportedTypeEncodeFunc

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

Source from the content-addressed store, hash-verified

796}
797
798func constructUnsupportedTypeEncodeFunc(t reflect.Type) encodeFunc {
799 return func(e encoder, b []byte, p unsafe.Pointer) ([]byte, error) {
800 return e.encodeUnsupportedTypeError(b, p, t)
801 }
802}
803
804func constructUnsupportedTypeDecodeFunc(t reflect.Type) decodeFunc {
805 return func(d decoder, 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…