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

Method writeUInt

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

Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible. @param mt the major type of the value to write, denotes what semantics the written value has; @param value the value to write, values from Long#MIN_VALUE to Long#MAX_VALUE are su

(int mt, long value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

writeIntMethod · 0.95
writeTypeMethod · 0.95

Calls 5

writeUInt8Method · 0.95
writeUInt16Method · 0.95
writeUInt32Method · 0.95
writeUInt64Method · 0.95
writeMethod · 0.65

Tested by

no test coverage detected