MCPcopy 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
23pub fn config() -> &'static RwLock<ConfigFile> {
24 &CONFIG
25}
26
27pub fn pathdb() -> &'static RwLock<HashFilter> {
28 &PATHDB

Callers 5

configMethod · 0.85
spawn_guiFunction · 0.85
initFunction · 0.85
scan_loopMethod · 0.85
compress_loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected