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

Method mapElemValue

codec/encode.go:1428–1433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1426}
1427
1428func (e *Encoder) mapElemValue() {
1429 if e.js {
1430 e.jsondriver().WriteMapElemValue()
1431 }
1432 e.c = containerMapValue
1433}
1434
1435func (e *Encoder) mapEnd() {
1436 e.e.WriteMapEnd()

Callers 15

kSliceWMbsMethod · 0.95
kArrayWMbsMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
kMapMethod · 0.95
kMapCanonicalMethod · 0.95
EncWriteMapElemValueMethod · 0.45
DecReadMapElemValueMethod · 0.45
EncAsMapSliceIntfVMethod · 0.45
EncAsMapSliceStringVMethod · 0.45
EncAsMapSliceBytesVMethod · 0.45
EncAsMapSliceFloat32VMethod · 0.45

Calls 2

jsondriverMethod · 0.95
WriteMapElemValueMethod · 0.65

Tested by

no test coverage detected