Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freaky/Compactor
/ cancel
Method
cancel
src/background.rs:32–34 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
30
}
31
32
pub fn cancel(&self) {
33
self.0.cancel.store(true, Ordering::SeqCst);
34
}
35
36
pub fn pause(&self) {
37
self.0.pause.store(true, Ordering::SeqCst);
Callers
5
it_walks
Function · 0.80
drop
Method · 0.80
it_cancels
Function · 0.80
it_pauses
Function · 0.80
scan_loop
Method · 0.80
Calls
no outgoing calls
Tested by
3
it_walks
Function · 0.64
it_cancels
Function · 0.64
it_pauses
Function · 0.64