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

Method status

src/gui.rs:110–115  ·  view source on GitHub ↗
(&self, msg: S, val: Option<f32>)

Source from the content-addressed store, hash-verified

108 }
109
110 pub fn status<S: AsRef<str>>(&self, msg: S, val: Option<f32>) {
111 self.send(&GuiResponse::Status {
112 status: msg.as_ref().to_owned(),
113 pct: val,
114 });
115 }
116
117 pub fn folder<P: AsRef<Path>>(&self, path: P) {
118 self.send(&GuiResponse::Folder {

Callers 3

scan_loopMethod · 0.45
compress_loopMethod · 0.45
uncompress_loopMethod · 0.45

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected