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

Function constructStructDecodeFunc

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

Source from the content-addressed store, hash-verified

523}
524
525func constructStructDecodeFunc(st *structType) decodeFunc {
526 return func(d decoder, b []byte, p unsafe.Pointer) ([]byte, error) {
527 return d.decodeStruct(b, p, st)
528 }
529}
530
531func constructEmbeddedStructPointerCodec(t reflect.Type, unexported bool, offset uintptr, field codec) codec {
532 return codec{

Callers 1

constructStructCodecFunction · 0.85

Calls 1

decodeStructMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…