Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ windowsOpen
Method
windowsOpen
source/frontend/StarMainInterface.cpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
bool MainInterface::windowsOpen() const {
267
return (bool)m_paneManager.topPane({PaneLayer::Window});
268
}
269
270
MerchantPanePtr MainInterface::activeMerchantPane() const {
271
if (m_paneManager.isDisplayed(m_merchantWindow))
Callers
nothing calls this directly
Calls
1
topPane
Method · 0.80
Tested by
no test coverage detected