Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
bool TopicStorage::empty() const noexcept {
134
return sealed_chunks_.empty();
135
}
136
137
Timestamp TopicStorage::timeMin() const noexcept {
138
if (sealed_chunks_.empty()) {
Callers
3
metadata
Method · 0.45
timeMin
Method · 0.45
timeMax
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected