MCPcopy Create free account
hub / github.com/ErrorFlynn/ytdlp-interface / total_threads

Method total_threads

ytdlp-interface/gui_bottoms.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31unsigned GUI::gui_bottoms::total_threads() const
32{
33 return joinable_dl_threads() + joinable_info_threads();
34}
35
36
37int GUI::gui_bottoms::index(std::wstring url) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected