Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
uint64_t TypedColumnBuffer::readUint64(std::size_t row) const {
327
return readFixed<uint64_t>(row);
328
}
329
330
bool TypedColumnBuffer::readBool(std::size_t row) const {
331
return readFixed<uint8_t>(row) != 0;
Callers
2
sortRowsByTimestamp
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64