MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / respond

Method respond

common/script/scriptuibridge.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ScriptUiBridge::respond(UiResponse resp)
64{
65 {
66 std::lock_guard<std::mutex> lock(mMutex);
67 mResp = std::move(resp);
68 }
69 mCv.notify_all();
70}
71
72void ScriptUiBridge::cancelAll(void)
73{

Callers 3

answerMethod · 0.80
answerMethod · 0.80
pumpScriptRequestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected