MCPcopy Create free account
hub / github.com/YACReader/yacreader / serviceWebUI

Method serviceWebUI

YACReaderLibrary/server/requestmapper.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void RequestMapper::serviceWebUI(HttpRequest &request, HttpResponse &response)
82{
83 WebUIController().service(request, response);
84}
85
86void RequestMapper::serviceV2(HttpRequest &request, HttpResponse &response)
87{

Callers

nothing calls this directly

Calls 2

WebUIControllerClass · 0.85
serviceMethod · 0.45

Tested by

no test coverage detected