* Get the current tar file the ScanDir is currently tracking. */
| 37 | * Get the current tar file the ScanDir is currently tracking. |
| 38 | */ |
| 39 | std::string GetTarFile() { return this->tar_file; } |
| 40 | |
| 41 | /** |
| 42 | * Get the list of all registered scripts. |
no outgoing calls
no test coverage detected