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

Method flush

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

Source from the content-addressed store, hash-verified

2218 }
2219
2220 async fn flush(&mut self) -> std::io::Result<()> {
2221 self.writer.flush().await
2222 }
2223}
2224
2225#[cfg(not(unix))]

Callers 15

doneMethod · 0.45
dropMethod · 0.45
worker_mainFunction · 0.45
round_trip_with_timeoutFunction · 0.45
spawn_workerFunction · 0.45
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

Calls

no outgoing calls

Tested by

no test coverage detected