MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / readUint64

Method readUint64

pj_datastore/src/column_buffer.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326uint64_t TypedColumnBuffer::readUint64(std::size_t row) const {
327 return readFixed<uint64_t>(row);
328}
329
330bool TypedColumnBuffer::readBool(std::size_t row) const {
331 return readFixed<uint8_t>(row) != 0;

Callers 2

sortRowsByTimestampMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64