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

Method HandleGames

src/render_panel/network/http_handler.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void HttpHandler::HandleGames(http::web_request &req, http::web_response &rep) {
49 auto data = GetInstalledGamesAsJson();
50 rep.fill_json(data);
51 }
52
53 void HttpHandler::HandleGameStart(http::web_request &req, http::web_response &rep) {
54 LOGI("start body: {}", req.body());

Callers 1

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected