Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ stop_server
Function
stop_server
tests/dashboard_api_test/memory_curation.rs:856–858 ·
view source on GitHub ↗
(mut server: DashboardServer)
Source
from the content-addressed store, hash-verified
854
}
855
856
fn stop_server(mut server: DashboardServer) {
857
server.stop();
858
}
859
860
async fn reopen_project(project_root: &Path) -> TraceDecay {
861
match TraceDecay::open(project_root).await {
Callers
1
curation_preview_persists_across_dashboard_restarts
Function · 0.85
Calls
1
stop
Method · 0.45
Tested by
1
curation_preview_persists_across_dashboard_restarts
Function · 0.68