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

Method read_line

src/daemon.rs:2212–2214  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2210#[cfg(unix)]
2211impl crate::mcp::McpTransport for UnixStreamTransport {
2212 async fn read_line(&mut self) -> std::io::Result<Option<String>> {
2213 self.reader.next_line().await
2214 }
2215
2216 async fn write_line(&mut self, line: &str) -> std::io::Result<()> {
2217 self.writer.write_all(line.as_bytes()).await

Callers 11

run_degraded_mcp_serverFunction · 0.45
handle_wipeFunction · 0.45
handle_no_commandFunction · 0.45
init_and_indexFunction · 0.45
check_stale_storesFunction · 0.45
serve_socket_clientFunction · 0.45
read_json_rpc_request_idFunction · 0.45
serve_projectless_clientFunction · 0.45
handle_status_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected