MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / cancelled

Method cancelled

3ds/source/progress.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool UiProgressSink::cancelled() const
63{
64 // Only a backup run reads the global cancel flag; a restore's sink is built
65 // non-cancellable so the shared copy loops never abort mid-restore.
66 return mCancellable && TransferStatus::cancelRequested();
67}

Callers 4

backupMethod · 0.45
copyFileMethod · 0.45
copyTreeMethod · 0.45
backupMethod · 0.45

Calls 1

cancelRequestedFunction · 0.70

Tested by

no test coverage detected