Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
config
Method · 0.80
scan_loop
Method · 0.80
compress_loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected