MCPcopy 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

28static uint64_t current_value = 0;
29
30int cancelHandler() {
31 return (updateMessageDialog() != MESSAGE_DIALOG_RESULT_RUNNING);
32}
33
34void SetProgress(uint64_t value, uint64_t max) {
35 current_value = value;

Callers 5

copy_threadFunction · 0.85
send_threadFunction · 0.85
receive_threadFunction · 0.85
install_threadFunction · 0.85
parse_dir_with_callbackFunction · 0.85

Calls 1

updateMessageDialogFunction · 0.85

Tested by

no test coverage detected