MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / proxy_stdio_to_daemon

Function proxy_stdio_to_daemon

src/daemon.rs:945–952  ·  view source on GitHub ↗
(
    socket_path: &Path,
    handshake: &DaemonHandshake,
    replay_line: Option<String>,
)

Source from the content-addressed store, hash-verified

943
944#[cfg(unix)]
945pub async fn proxy_stdio_to_daemon(
946 socket_path: &Path,
947 handshake: &DaemonHandshake,
948 replay_line: Option<String>,
949) -> Result<()> {
950 let mut transport = StdioTransport::new();
951 proxy_transport_to_daemon(socket_path, handshake, replay_line, &mut transport).await
952}
953
954#[cfg(unix)]
955pub async fn proxy_transport_to_daemon(

Callers 2

serve_resolved_projectFunction · 0.85

Calls 2

unsupported_platformFunction · 0.85

Tested by

no test coverage detected