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

Method version

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

Source from the content-addressed store, hash-verified

87 }
88
89 pub fn version(&self) {
90 let version = GuiResponse::Version {
91 date: env!("VERGEN_BUILD_DATE").to_string(),
92 version: format!("{}-{}", env!("CARGO_PKG_VERSION"), env!("VERGEN_SHA_SHORT")),
93 };
94 self.send(&version);
95 }
96
97 pub fn config(&self) {
98 let s = config().read().unwrap().current();

Callers 2

newMethod · 0.80
app.jsFile · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected