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

Method write_line

src/daemon.rs:2216–2218  ·  view source on GitHub ↗
(&mut self, line: &str)

Source from the content-addressed store, hash-verified

2214 }
2215
2216 async fn write_line(&mut self, line: &str) -> std::io::Result<()> {
2217 self.writer.write_all(line.as_bytes()).await
2218 }
2219
2220 async fn flush(&mut self) -> std::io::Result<()> {
2221 self.writer.flush().await

Callers 3

run_degraded_mcp_serverFunction · 0.45
write_json_rpc_responseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected