Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setName
Method
setName
source/windowing/StarWidget.cpp:426–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
void Widget::setName(String const& name) {
427
m_name = name;
428
}
429
430
String Widget::fullName() const {
431
if (m_parent) {
Callers
2
addChild
Method · 0.45
addChildAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected