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

Function constructStructEncodeFunc

json/codec.go:519–523  ·  view source on GitHub ↗
(st *structType)

Source from the content-addressed store, hash-verified

517}
518
519func constructStructEncodeFunc(st *structType) encodeFunc {
520 return func(e encoder, b []byte, p unsafe.Pointer) ([]byte, error) {
521 return e.encodeStruct(b, p, st)
522 }
523}
524
525func constructStructDecodeFunc(st *structType) decodeFunc {
526 return func(d decoder, b []byte, p unsafe.Pointer) ([]byte, error) {

Callers 1

constructStructCodecFunction · 0.85

Calls 1

encodeStructMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…