Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freaky/Compactor
/ config
Function
config
src/persistence.rs:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
pub fn config() -> &'static RwLock<ConfigFile> {
24
&CONFIG
25
}
26
27
pub fn pathdb() -> &'static RwLock<HashFilter> {
28
&PATHDB
Callers
5
config
Method · 0.85
spawn_gui
Function · 0.85
init
Function · 0.85
scan_loop
Method · 0.85
compress_loop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected