MCPcopy 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 {

Calls 1

stopMethod · 0.45