MCPcopy Create free account
hub / github.com/Peergos/Peergos / writeArrayStart

Method writeArrayStart

src/peergos/shared/cbor/CborEncoder.java:84–86  ·  view source on GitHub ↗

Writes the start of an indefinite-length array. After calling this method, one is expected to write the given number of array elements, which can be of any type. No length checks are performed. After all array elements are written, one should write a single break value to end the array, see

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

serializeMethod · 0.80

Calls 2

writeSimpleTypeMethod · 0.95
writeTypeMethod · 0.95

Tested by

no test coverage detected