| 2410 | } |
| 2411 | |
| 2412 | const char* Document::getFileName() const |
| 2413 | { |
| 2414 | return testStatus(TempDoc) ? TransientDir.getValue() : FileName.getValue(); |
| 2415 | } |
| 2416 | |
| 2417 | /// Remove all modifications. After this call The document becomes valid again. |
| 2418 | void Document::purgeTouched() // NOLINT |
no test coverage detected