MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getParam

Method getParam

astyle/src/astyle_main.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659{ return preserveDate; }
660
661string ASConsole::getParam(const string &arg, const char* op)
662{
663 return arg.substr(strlen(op));
664}
665
666// initialize output end of line
667void ASConsole::initializeOutputEOL(LineEndFormat lineEndFormat)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected