()
| 494 | } |
| 495 | |
| 496 | fn camera_injector_path() -> anyhow::Result<PathBuf> { |
| 497 | camera_artifact_path(INJECTOR_NAME) |
| 498 | } |
| 499 | |
| 500 | fn camera_artifact_path(name: &str) -> anyhow::Result<PathBuf> { |
| 501 | let exe = std::env::current_exe().context("resolve current executable")?; |
no test coverage detected