Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freaky/Compactor
/ pause
Method
pause
src/background.rs:36–38 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn pause(&self) {
37
self.0.pause.store(true, Ordering::SeqCst);
38
}
39
40
pub fn resume(&self) {
41
self.0.pause.store(false, Ordering::SeqCst);
Callers
2
it_pauses
Function · 0.80
scan_loop
Method · 0.80
Calls
no outgoing calls
Tested by
1
it_pauses
Function · 0.64