| 29 | |
| 30 | |
| 31 | unsigned GUI::gui_bottoms::total_threads() const |
| 32 | { |
| 33 | return joinable_dl_threads() + joinable_info_threads(); |
| 34 | } |
| 35 | |
| 36 | |
| 37 | int GUI::gui_bottoms::index(std::wstring url) const |
nothing calls this directly
no outgoing calls
no test coverage detected