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

Method arrayEnd

codec/encode.go:1452–1455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1450}
1451
1452func (e *Encoder) arrayEnd() {
1453 e.e.WriteArrayEnd()
1454 e.c = 0
1455}
1456
1457// ----------
1458

Callers 15

kSliceWMethod · 0.95
kArrayWMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
EncWriteArrayEndMethod · 0.45
DecReadArrayEndMethod · 0.45
EncSliceIntfVMethod · 0.45
EncSliceStringVMethod · 0.45
EncSliceBytesVMethod · 0.45
EncSliceFloat32VMethod · 0.45
EncSliceFloat64VMethod · 0.45
EncSliceUint64VMethod · 0.45

Calls 1

WriteArrayEndMethod · 0.65

Tested by

no test coverage detected