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

Function pid_path

src/protocol.rs:64–66  ·  view source on GitHub ↗

Path to the daemon PID file.

()

Source from the content-addressed store, hash-verified

62
63/// Path to the daemon PID file.
64pub fn pid_path() -> PathBuf {
65 std::env::temp_dir().join("chrome-devtools-daemon.pid")
66}
67
68/// Write a length-prefixed message to a stream.
69pub async fn write_msg<W: AsyncWriteExt + Unpin>(w: &mut W, data: &[u8]) -> anyhow::Result<()> {

Callers 2

runFunction · 0.85
run_daemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected