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

Method arrayElem

codec/encode.go:1445–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1443}
1444
1445func (e *Encoder) arrayElem() {
1446 if e.js {
1447 e.jsondriver().WriteArrayElem()
1448 }
1449 e.c = containerArrayElem
1450}
1451
1452func (e *Encoder) arrayEnd() {
1453 e.e.WriteArrayEnd()

Callers 15

kSliceWMethod · 0.95
kArrayWMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
EncWriteArrayElemMethod · 0.45
DecReadArrayElemMethod · 0.45
EncSliceIntfVMethod · 0.45
EncSliceStringVMethod · 0.45
EncSliceBytesVMethod · 0.45
EncSliceFloat32VMethod · 0.45
EncSliceFloat64VMethod · 0.45
EncSliceUint64VMethod · 0.45

Calls 2

jsondriverMethod · 0.95
WriteArrayElemMethod · 0.65

Tested by

no test coverage detected