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

Method resumed

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

Source from the content-addressed store, hash-verified

125 }
126
127 pub fn resumed(&self) {
128 self.send(&GuiResponse::Resumed);
129 }
130
131 pub fn scanned(&self) {
132 self.send(&GuiResponse::Scanned);

Callers 3

scan_loopMethod · 0.80
compress_loopMethod · 0.80
uncompress_loopMethod · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected