Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freaky/Compactor
/ resumed
Method
resumed
src/gui.rs:127–129 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
125
}
126
127
pub fn resumed(&self) {
128
self.send(&GuiResponse::Resumed);
129
}
130
131
pub fn scanned(&self) {
132
self.send(&GuiResponse::Scanned);
Callers
3
scan_loop
Method · 0.80
compress_loop
Method · 0.80
uncompress_loop
Method · 0.80
Calls
1
send
Method · 0.80
Tested by
no test coverage detected