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