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

Method writeUInt64

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

Encodes and writes an unsigned 64-bit integer value @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 supported. @throws IOException in case of I/O problems

(int mt, long value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

writeInt64Method · 0.95
writeUIntMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected