MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / MakeRequest

Function MakeRequest

FontLoadInterceptor/RpcClient.cpp:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282 template <typename ReturnType>
283 ReturnType MakeRequest(const FontQueryRequest& request)
284 {
285 auto pipe = OpenPipe();
286
287 // send
288 SendRequst(pipe, request);
289
290 // recv
291 return FetchResponse<ReturnType>(pipe);
292 }
293
294 FontQueryResponse QueryFont(const wchar_t* str)
295 {

Callers

nothing calls this directly

Calls 2

OpenPipeFunction · 0.85
SendRequstFunction · 0.85

Tested by

no test coverage detected