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

Method isRowInProgress

pj_datastore/src/chunk.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423bool TopicChunkBuilder::isRowInProgress() const noexcept {
424 return row_in_progress_;
425}
426
427const ChunkStats& TopicChunkBuilder::stats() const noexcept {
428 return stats_;

Callers 2

ensureColumnMethod · 0.80
expandArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected