MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / is_done

Method is_done

utility/task_manager.cpp:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467bool TaskManager::DownloadTaskData::is_done() const {
468 return done;
469}
470
471void TaskManager::DownloadTaskData::cancel_internal() {
472 if (!is_started()) {

Callers 4

update_progress_bgMethod · 0.45
main_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected