()
| 57 | /// Path to the named-pipe address file for daemon communication (Windows). |
| 58 | #[cfg(windows)] |
| 59 | pub fn addr_path() -> PathBuf { |
| 60 | std::env::temp_dir().join("chrome-devtools-daemon.addr") |
| 61 | } |
| 62 | |
| 63 | /// Path to the daemon PID file. |
| 64 | pub fn pid_path() -> PathBuf { |
no outgoing calls
no test coverage detected