Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOfficialFloW/VitaShell
/ cancelHandler
Function
cancelHandler
io_process.c:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
static uint64_t current_value = 0;
29
30
int cancelHandler() {
31
return (updateMessageDialog() != MESSAGE_DIALOG_RESULT_RUNNING);
32
}
33
34
void SetProgress(uint64_t value, uint64_t max) {
35
current_value = value;
Callers
5
copy_thread
Function · 0.85
send_thread
Function · 0.85
receive_thread
Function · 0.85
install_thread
Function · 0.85
parse_dir_with_callback
Function · 0.85
Calls
1
updateMessageDialog
Function · 0.85
Tested by
no test coverage detected