Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tabCount
Method
tabCount
source/windowing/StarTabSet.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
size_t TabSetWidget::tabCount() const {
64
return m_tabBar->numChildren();
65
}
66
67
void TabSetWidget::tabSelect(size_t page) {
68
if (m_lastSelected != page) {
Callers
nothing calls this directly
Calls
1
numChildren
Method · 0.80
Tested by
no test coverage detected