Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setData
Method
setData
source/windowing/StarWidget.cpp:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void Widget::setData(Json const& data) {
154
m_data = data;
155
}
156
157
Json const& Widget::data() {
158
return m_data;
Callers
7
common
Method · 0.45
makeWidgetCallbacks
Method · 0.45
refresh
Method · 0.45
populateServerList
Method · 0.45
buildTeamBar
Method · 0.45
setupWidget
Method · 0.45
showQuests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected