Get the server PID file path
(&self)
| 138 | |
| 139 | /// Get the server PID file path |
| 140 | pub fn pid_file(&self) -> PathBuf { |
| 141 | self.runtime_dir.join("tsk.pid") |
| 142 | } |
| 143 | |
| 144 | /// Ensure all required directories exist |
| 145 | pub fn ensure_directories(&self) -> Result<(), TskEnvError> { |
no outgoing calls
no test coverage detected