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

Method current

pj_datastore/src/query.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100SampleRow RangeCursor::current() const {
101 assert(valid());
102 const CursorFrontier& top = frontiers_.front();
103 return SampleRow{top.ts, &(*chunks_)[top.chunk], top.row};
104}
105
106void RangeCursor::advance() {
107 assert(valid());

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

makeSeriesSampleFunction · 0.85

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64