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

Method readInt32

pj_datastore/src/column_buffer.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318int32_t TypedColumnBuffer::readInt32(std::size_t row) const {
319 return readFixed<int32_t>(row);
320}
321
322int64_t TypedColumnBuffer::readInt64(std::size_t row) const {
323 return readFixed<int64_t>(row);

Callers 2

sortRowsByTimestampMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64