MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / addr_path

Function addr_path

src/protocol.rs:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

run_daemonFunction · 0.85
connect_daemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected