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

Method arrayStart

codec/encode.go:1440–1443  ·  view source on GitHub ↗
(length int)

Source from the content-addressed store, hash-verified

1438}
1439
1440func (e *Encoder) arrayStart(length int) {
1441 e.e.WriteArrayStart(length)
1442 e.c = containerArrayStart
1443}
1444
1445func (e *Encoder) arrayElem() {
1446 if e.js {

Callers 15

kSliceWMethod · 0.95
kArrayWMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
EncWriteArrayStartMethod · 0.45
DecReadArrayStartMethod · 0.45
EncSliceIntfVMethod · 0.45
EncSliceStringVMethod · 0.45
EncSliceBytesVMethod · 0.45
EncSliceFloat32VMethod · 0.45
EncSliceFloat64VMethod · 0.45
EncSliceUint64VMethod · 0.45

Calls 1

WriteArrayStartMethod · 0.65

Tested by

no test coverage detected