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

Method current

src/config.rs:109–111  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn current(&self) -> Config {
110 self.config.clone()
111 }
112
113 pub fn replace(&mut self, c: Config) {
114 self.config = c;

Callers 3

configMethod · 0.80
scan_loopMethod · 0.80
compress_loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected