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

Method valid

pj_datastore/src/query.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool RangeCursor::valid() const noexcept {
97 return !frontiers_.empty();
98}
99
100SampleRow RangeCursor::current() const {
101 assert(valid());

Callers 15

cbEnsureParserBindingMethod · 0.45
TESTFunction · 0.45
makeNoopHandleFunction · 0.45
atMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 9

TESTFunction · 0.36
makeNoopHandleFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36