Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
bool TaskManager::DownloadTaskData::is_done() const {
468
return done;
469
}
470
471
void TaskManager::DownloadTaskData::cancel_internal() {
472
if (!is_started()) {
Callers
4
update_progress_bg
Method · 0.45
main_loop
Method · 0.45
wait_for_task_completion
Method · 0.45
is_current_task_completed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected