Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ugorji/go
/ arrayElem
Method
arrayElem
codec/encode.go:1445–1450 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1443
}
1444
1445
func
(e *Encoder) arrayElem() {
1446
if
e.js {
1447
e.jsondriver().WriteArrayElem()
1448
}
1449
e.c = containerArrayElem
1450
}
1451
1452
func
(e *Encoder) arrayEnd() {
1453
e.e.WriteArrayEnd()
Callers
15
kSliceW
Method · 0.95
kArrayW
Method · 0.95
kStructNoOmitempty
Method · 0.95
kStruct
Method · 0.95
EncWriteArrayElem
Method · 0.45
DecReadArrayElem
Method · 0.45
EncSliceIntfV
Method · 0.45
EncSliceStringV
Method · 0.45
EncSliceBytesV
Method · 0.45
EncSliceFloat32V
Method · 0.45
EncSliceFloat64V
Method · 0.45
EncSliceUint64V
Method · 0.45
Calls
2
jsondriver
Method · 0.95
WriteArrayElem
Method · 0.65
Tested by
no test coverage detected