Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
spawn_interactive_spinner
Method · 0.45
done
Method · 0.45
drop
Method · 0.45
worker_main
Function · 0.45
round_trip_with_timeout
Function · 0.45
spawn_worker
Function · 0.45
run_degraded_mcp_server
Function · 0.45
handle_wipe
Function · 0.45
handle_no_command
Function · 0.45
init_and_index
Function · 0.45
check_stale_stores
Function · 0.45
check_stale_code_projects
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected