Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setSummary
Method
setSummary
source/core/StarOptionParser.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void OptionParser::setSummary(String summary) {
11
m_summary = std::move(summary);
12
}
13
14
void OptionParser::setAdditionalHelp(String help) {
15
m_additionalHelp = std::move(help);
Callers
8
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected