| 1726 | |
| 1727 | const std::string& GetFileName() const noexcept { return this->FileName; } |
| 1728 | int GetLineNumber() const noexcept { return this->LineNumber; } |
| 1729 | |
| 1730 | void SetInputBufferSize(int size) { this->InputBufferSize = size; } |
| 1731 | void SetOutputBufferSize(int size) { this->OutputBufferSize = size; } |
no outgoing calls
no test coverage detected