Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1435
func
(e *Encoder) mapEnd() {
1436
e.e.WriteMapEnd()
1437
e.c = 0
1438
}
1439
1440
func
(e *Encoder) arrayStart(length int) {
1441
e.e.WriteArrayStart(length)
Callers
15
kSliceWMbs
Method · 0.95
kArrayWMbs
Method · 0.95
kStructNoOmitempty
Method · 0.95
kStruct
Method · 0.95
kMap
Method · 0.95
EncWriteMapEnd
Method · 0.45
DecReadMapEnd
Method · 0.45
EncAsMapSliceIntfV
Method · 0.45
EncAsMapSliceStringV
Method · 0.45
EncAsMapSliceBytesV
Method · 0.45
EncAsMapSliceFloat32V
Method · 0.45
EncAsMapSliceFloat64V
Method · 0.45
Calls
1
WriteMapEnd
Method · 0.65
Tested by
no test coverage detected