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

Method add_download_task

utility/task_manager.cpp:440–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440TaskManager::DownloadTaskID TaskManager::add_download_task(const String &p_download_url, const String &p_save_path, bool silent) {
441 return download_thread.add_download_task(p_download_url, p_save_path, silent);
442}
443
444Error TaskManager::wait_for_download_task_completion(DownloadTaskID p_task_id) {
445 return download_thread.wait_for_task_completion(p_task_id);

Callers 2

export_resourceMethod · 0.80

Calls 2

try_emplaceMethod · 0.45
try_pushMethod · 0.45

Tested by

no test coverage detected