Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ugorji/go
/ arrayStart
Method
arrayStart
codec/encode.go:1440–1443 ·
view source on GitHub ↗
(length int)
Source
from the content-addressed store, hash-verified
1438
}
1439
1440
func
(e *Encoder) arrayStart(length int) {
1441
e.e.WriteArrayStart(length)
1442
e.c = containerArrayStart
1443
}
1444
1445
func
(e *Encoder) arrayElem() {
1446
if
e.js {
Callers
15
kSliceW
Method · 0.95
kArrayW
Method · 0.95
kStructNoOmitempty
Method · 0.95
kStruct
Method · 0.95
EncWriteArrayStart
Method · 0.45
DecReadArrayStart
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
1
WriteArrayStart
Method · 0.65
Tested by
no test coverage detected