MCPcopy 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
331int TabbedPlotWidget::dockerCount() const {
332 return static_cast<int>(tabs_.size());
333}
334
335PlotDocker* TabbedPlotWidget::dockerAt(int index) {
336 if (index < 0 || index >= dockerCount()) {

Callers 2

TESTFunction · 0.80
forEachDockerMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64