Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ugorji/go
/ arrayEnd
Method
arrayEnd
codec/encode.go:1452–1455 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1450
}
1451
1452
func
(e *Encoder) arrayEnd() {
1453
e.e.WriteArrayEnd()
1454
e.c = 0
1455
}
1456
1457
// ----------
1458
Callers
15
kSliceW
Method · 0.95
kArrayW
Method · 0.95
kStructNoOmitempty
Method · 0.95
kStruct
Method · 0.95
EncWriteArrayEnd
Method · 0.45
DecReadArrayEnd
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
WriteArrayEnd
Method · 0.65
Tested by
no test coverage detected