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

Function socket_path

src/protocol.rs:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51/// Path to the Unix domain socket for daemon communication.
52#[cfg(unix)]
53pub fn socket_path() -> PathBuf {
54 std::env::temp_dir().join("chrome-devtools-daemon.sock")
55}
56
57/// Path to the named-pipe address file for daemon communication (Windows).
58#[cfg(windows)]

Callers 3

runFunction · 0.85
run_daemonFunction · 0.85
connect_daemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected