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

Method empty

pj_datastore/src/topic_storage.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool TopicStorage::empty() const noexcept {
134 return sealed_chunks_.empty();
135}
136
137Timestamp TopicStorage::timeMin() const noexcept {
138 if (sealed_chunks_.empty()) {

Callers 3

metadataMethod · 0.45
timeMinMethod · 0.45
timeMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected