MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getOptionErrors

Method getOptionErrors

other_src/astyle/src/astyle_main.cpp:2949–2952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2947}
2948
2949string ASOptions::getOptionErrors()
2950{
2951 return optionErrors.str();
2952}
2953
2954string ASOptions::getParam(const string& arg, const char* op)
2955{

Callers 2

processOptionsMethod · 0.80
AStyleMainFunction · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected