Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ drop
Method
drop
tests/dashboard_api_test/dashboard_api_support.rs:48–50 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
46
47
impl Drop for DashboardFixture {
48
fn drop(&mut self) {
49
self.server.stop();
50
}
51
}
52
53
pub(crate) struct DashboardServer {
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected