MCPcopy Create free account
hub / github.com/Freaky/Compactor / stopped

Method stopped

src/gui.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn stopped(&self) {
136 self.send(&GuiResponse::Stopped);
137 }
138
139 pub fn compacting(&self) {
140 self.send(&GuiResponse::Compacting);

Callers 1

scan_loopMethod · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected