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

Method mapElemKey

codec/encode.go:1421–1426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1419}
1420
1421func (e *Encoder) mapElemKey() {
1422 if e.js {
1423 e.jsondriver().WriteMapElemKey()
1424 }
1425 e.c = containerMapKey
1426}
1427
1428func (e *Encoder) mapElemValue() {
1429 if e.js {

Callers 15

kSliceWMbsMethod · 0.95
kArrayWMbsMethod · 0.95
kStructNoOmitemptyMethod · 0.95
kStructMethod · 0.95
kMapMethod · 0.95
kMapCanonicalMethod · 0.95
EncWriteMapElemKeyMethod · 0.45
DecReadMapElemKeyMethod · 0.45
EncAsMapSliceIntfVMethod · 0.45
EncAsMapSliceStringVMethod · 0.45
EncAsMapSliceBytesVMethod · 0.45
EncAsMapSliceFloat32VMethod · 0.45

Calls 2

jsondriverMethod · 0.95
WriteMapElemKeyMethod · 0.65

Tested by

no test coverage detected