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

Method writeMapStart

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

Writes the start of an indefinite-length map. After calling this method, one is expected to write any number of map entries, as separate key and value. Keys and values can both be of any type. No length checks are performed. After all map entries are written, one should write a single break

()

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