MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AddItems

Method AddItems

src/render_panel/ui/tab_game.cpp:349–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 void TabGame::AddItems(const std::vector<TcDBGamePtr>& games) {
350 context_->PostUITask([=, this]() {
351 for (const auto& game : games) {
352 AddItem(game);
353 }
354 });
355 }
356
357 void TabGame::LoadCover(const tc::TcDBGamePtr& game) {
358 auto steam_manager = context_->GetSteamManager();

Callers

nothing calls this directly

Calls 1

PostUITaskMethod · 0.45

Tested by

no test coverage detected