| 466 | } |
| 467 | |
| 468 | int32_t ytutils::EnqueueDownloadAsync(const char *url, const char *name) |
| 469 | { |
| 470 | return s_downloader->EnqueueAsync(g_appPlugin, url, name); |
| 471 | } |
| 472 | |
| 473 | CURLSH *ytutils::GetShare() |
| 474 | { |
nothing calls this directly
no test coverage detected