NOLINTNEXTLINE(readability-make-member-function-const): Function shouldn't be re-ordered
| 105 | |
| 106 | // NOLINTNEXTLINE(readability-make-member-function-const): Function shouldn't be re-ordered |
| 107 | void Spiller::clearFile() { |
| 108 | auto curDataFH = getDataFH(); |
| 109 | if (curDataFH) { |
| 110 | curDataFH->getFileInfo()->truncate(0); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | } // namespace storage |
| 115 | } // namespace lbug |
no test coverage detected