MCPcopy
hub / github.com/ugorji/go / DecStructFieldNotFound

Method DecStructFieldNotFound

codec/gen-helper.generated.go:209–211  ·  view source on GitHub ↗

FOR USE BY CODECGEN ONLY. IT *WILL* CHANGE WITHOUT NOTICE. *DO NOT USE*

(index int, name string)

Source from the content-addressed store, hash-verified

207
208// FOR USE BY CODECGEN ONLY. IT *WILL* CHANGE WITHOUT NOTICE. *DO NOT USE*
209func (f genHelperDecoder) DecStructFieldNotFound(index int, name string) {
210 f.d.structFieldNotFound(index, name)
211}
212
213// FOR USE BY CODECGEN ONLY. IT *WILL* CHANGE WITHOUT NOTICE. *DO NOT USE*
214func (f genHelperDecoder) DecArrayCannotExpand(sliceLen, streamLen int) {

Calls 1

structFieldNotFoundMethod · 0.80