* Scan. */
| 173 | * Scan. |
| 174 | */ |
| 175 | void Scan(const std::string &directory) |
| 176 | { |
| 177 | this->FileScanner::Scan(".txt", directory, false); |
| 178 | } |
| 179 | |
| 180 | bool AddFile(const std::string &filename, size_t, const std::string &) override |
| 181 | { |
no outgoing calls
no test coverage detected