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

Method folder

src/gui.rs:117–121  ·  view source on GitHub ↗
(&self, path: P)

Source from the content-addressed store, hash-verified

115 }
116
117 pub fn folder<P: AsRef<Path>>(&self, path: P) {
118 self.send(&GuiResponse::Folder {
119 path: path.as_ref().to_path_buf(),
120 });
121 }
122
123 pub fn paused(&self) {
124 self.send(&GuiResponse::Paused);

Callers 1

runMethod · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected