()
| 353 | // --------------------------------------------------------------------------- |
| 354 | |
| 355 | fn queue_path() -> Result<std::path::PathBuf> { |
| 356 | Ok(storage::jcode_dir()?.join("safety").join("queue.json")) |
| 357 | } |
| 358 | |
| 359 | fn history_path() -> Result<std::path::PathBuf> { |
| 360 | Ok(storage::jcode_dir()?.join("safety").join("history.json")) |
no test coverage detected