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

Method incrementTruncatedSampleCount

pj_datastore/src/topic_storage.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void TopicStorage::incrementTruncatedSampleCount() {
178 ++truncated_sample_count_;
179}
180
181uint32_t TopicStorage::maxObservedArrayLength() const noexcept {
182 return max_observed_array_length_;

Callers 2

expandArrayMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64