Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
13
async fn connect_daemon() -> Result<UnixStream> {
14
Ok(UnixStream::connect(socket_path()).await?)
15
}
16
17
#[cfg(windows)]
18
async fn connect_daemon() -> Result<TcpStream> {
Callers
2
send_to_daemon
Function · 0.85
wait_for_daemon
Function · 0.85
Calls
2
socket_path
Function · 0.85
addr_path
Function · 0.85
Tested by
no test coverage detected