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

Method compacting

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

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn compacting(&self) {
140 self.send(&GuiResponse::Compacting);
141 }
142
143 pub fn choose_folder(&self) -> Receiver<Option<PathBuf>> {
144 let (tx, rx) = bounded::<Option<PathBuf>>(1);

Callers 2

compress_loopMethod · 0.80
uncompress_loopMethod · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected