Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getErrorMessage
Method
getErrorMessage
src/OpenLoco/src/CommandLine.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
std::string_view getErrorMessage() const
167
{
168
return _errorMessage;
169
}
170
171
CommandLineParser& registerOption(std::string_view option, size_t count = 0)
172
{
Callers
1
parseCommandLine
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected