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

Method config

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

Source from the content-addressed store, hash-verified

95 }
96
97 pub fn config(&self) {
98 let s = config().read().unwrap().current();
99 self.send(&GuiResponse::Config {
100 decimal: s.decimal,
101 compression: s.compression.to_string(),
102 excludes: s.excludes.join("\n"),
103 });
104 }
105
106 pub fn summary(&self, info: FolderSummary) {
107 self.send(&GuiResponse::FolderSummary { info });

Callers 1

newMethod · 0.80

Calls 3

configFunction · 0.85
currentMethod · 0.80
sendMethod · 0.80

Tested by

no test coverage detected