Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ getTextCharLimit
Method
getTextCharLimit
source/windowing/StarLabelWidget.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
Maybe<unsigned> LabelWidget::getTextCharLimit() const {
29
return m_textCharLimit;
30
}
31
32
void LabelWidget::setText(String newText) {
33
m_text = std::move(newText);
Callers
2
tick
Method · 0.80
commonSetup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected