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

Function SendFeedbackAsync

FontLoadInterceptor/RpcClient.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 void SendFeedbackAsync(FontLoadFeedback&& feedback)
315 {
316 std::thread([fb = std::move(feedback)]()mutable
317 {
318 SendFeedback(fb);
319 }).detach();
320 }
321
322 void TryLoad(const wchar_t* query, const FontQueryResponse& response)
323 {

Callers 1

TryLoadFunction · 0.85

Calls 1

SendFeedbackFunction · 0.85

Tested by

no test coverage detected