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

Method HandleSimpleInfo

src/render_panel/network/http_handler.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void HttpHandler::HandleSimpleInfo(http::web_request &req, http::web_response &rep) {
43 auto info = this->context_->MakeDesktopLinkMessage();
44 auto data = WrapBasicInfo(200, "ok", info);
45 rep.fill_json(data);
46 }
47
48 void HttpHandler::HandleGames(http::web_request &req, http::web_response &rep) {
49 auto data = GetInstalledGamesAsJson();

Callers 1

StartMethod · 0.80

Calls 1

Tested by

no test coverage detected