* Get the current main script the ScanDir is currently tracking. */
| 32 | * Get the current main script the ScanDir is currently tracking. |
| 33 | */ |
| 34 | std::string GetMainScript() { return this->main_script; } |
| 35 | |
| 36 | /** |
| 37 | * Get the current tar file the ScanDir is currently tracking. |
no outgoing calls
no test coverage detected