Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1421
func
(e *Encoder) mapElemKey() {
1422
if
e.js {
1423
e.jsondriver().WriteMapElemKey()
1424
}
1425
e.c = containerMapKey
1426
}
1427
1428
func
(e *Encoder) mapElemValue() {
1429
if
e.js {
Callers
15
kSliceWMbs
Method · 0.95
kArrayWMbs
Method · 0.95
kStructNoOmitempty
Method · 0.95
kStruct
Method · 0.95
kMap
Method · 0.95
kMapCanonical
Method · 0.95
EncWriteMapElemKey
Method · 0.45
DecReadMapElemKey
Method · 0.45
EncAsMapSliceIntfV
Method · 0.45
EncAsMapSliceStringV
Method · 0.45
EncAsMapSliceBytesV
Method · 0.45
EncAsMapSliceFloat32V
Method · 0.45
Calls
2
jsondriver
Method · 0.95
WriteMapElemKey
Method · 0.65
Tested by
no test coverage detected