MCPcopy 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
47impl Drop for DashboardFixture {
48 fn drop(&mut self) {
49 self.server.stop();
50 }
51}
52
53pub(crate) struct DashboardServer {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected