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

Method mapEnd

codec/encode.go:1435–1438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1433}
1434
1435func (e *Encoder) mapEnd() {
1436 e.e.WriteMapEnd()
1437 e.c = 0
1438}
1439
1440func (e *Encoder) arrayStart(length int) {
1441 e.e.WriteArrayStart(length)

Callers 15

kSliceWMbsMethod · 0.95
kArrayWMbsMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
kMapMethod · 0.95
EncWriteMapEndMethod · 0.45
DecReadMapEndMethod · 0.45
EncAsMapSliceIntfVMethod · 0.45
EncAsMapSliceStringVMethod · 0.45
EncAsMapSliceBytesVMethod · 0.45
EncAsMapSliceFloat32VMethod · 0.45
EncAsMapSliceFloat64VMethod · 0.45

Calls 1

WriteMapEndMethod · 0.65

Tested by

no test coverage detected