Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ dockerCount
Method
dockerCount
pj_plotting/widget/src/TabbedPlotWidget.cpp:331–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
int TabbedPlotWidget::dockerCount() const {
332
return static_cast<int>(tabs_.size());
333
}
334
335
PlotDocker* TabbedPlotWidget::dockerAt(int index) {
336
if (index < 0 || index >= dockerCount()) {
Callers
2
TEST
Function · 0.80
forEachDocker
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64