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

Method commitChunks

pj_datastore/src/engine.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278// ---------------------------------------------------------------------------
279
280std::vector<TopicId> DataEngine::commitChunks(
281 std::vector<std::pair<TopicId, TopicChunk>> chunks) { // NOLINT(performance-unnecessary-value-param)
282 std::unique_lock<std::recursive_mutex> lock(impl_->mutex_);
283 return commitChunksLocked(std::move(chunks));
284}
285
286std::vector<TopicId> DataEngine::commitChunksLocked(
287 std::vector<std::pair<TopicId, TopicChunk>> chunks) { // NOLINT(performance-unnecessary-value-param)

Callers 15

appendAndCommitMethod · 0.45
addScalarTopicAtEpochFunction · 0.45
addScalarTopicFunction · 0.45
TESTFunction · 0.45
addScalarTopicFunction · 0.45
addScalarTopicFunction · 0.45
SetUpMethod · 0.45
appendMoreRowsMethod · 0.45
TESTFunction · 0.45
addScalarTopicFunction · 0.45
loadPotatoFunction · 0.45
flushPendingMethod · 0.45

Calls

no outgoing calls

Tested by 15

appendAndCommitMethod · 0.36
addScalarTopicAtEpochFunction · 0.36
addScalarTopicFunction · 0.36
TESTFunction · 0.36
addScalarTopicFunction · 0.36
addScalarTopicFunction · 0.36
SetUpMethod · 0.36
appendMoreRowsMethod · 0.36
TESTFunction · 0.36
addScalarTopicFunction · 0.36
loadPotatoFunction · 0.36
writeScalarFunction · 0.36