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

Function connect_daemon

src/client.rs:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12#[cfg(unix)]
13async fn connect_daemon() -> Result<UnixStream> {
14 Ok(UnixStream::connect(socket_path()).await?)
15}
16
17#[cfg(windows)]
18async fn connect_daemon() -> Result<TcpStream> {

Callers 2

send_to_daemonFunction · 0.85
wait_for_daemonFunction · 0.85

Calls 2

socket_pathFunction · 0.85
addr_pathFunction · 0.85

Tested by

no test coverage detected