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

Method truncatedSampleCount

pj_datastore/src/topic_storage.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185uint32_t TopicStorage::truncatedSampleCount() const noexcept {
186 return truncated_sample_count_;
187}
188
189uint32_t TopicStorage::arrayExpansionCount(const std::string& field_path) const noexcept {
190 auto it = array_expansion_counts_.find(field_path);

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64