Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
bool TopicChunkBuilder::isRowInProgress() const noexcept {
424
return row_in_progress_;
425
}
426
427
const ChunkStats& TopicChunkBuilder::stats() const noexcept {
428
return stats_;
Callers
2
ensureColumn
Method · 0.80
expandArray
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected