Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1428
func
(e *Encoder) mapElemValue() {
1429
if
e.js {
1430
e.jsondriver().WriteMapElemValue()
1431
}
1432
e.c = containerMapValue
1433
}
1434
1435
func
(e *Encoder) mapEnd() {
1436
e.e.WriteMapEnd()
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
EncWriteMapElemValue
Method · 0.45
DecReadMapElemValue
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
WriteMapElemValue
Method · 0.65
Tested by
no test coverage detected