MCPcopy Create free account
hub / github.com/dfranx/SHADERed / responseSent

Method responseSent

libs/cppdap/src/session.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 GenericResponseSentHandler responseSent(const dap::TypeInfo* typeinfo) {
224 std::unique_lock<std::mutex> lock(responseSentMutex);
225 auto it = responseSentMap.find(typeinfo);
226 return (it != responseSentMap.end()) ? it->second
227 : decltype(it->second){};
228 }
229
230 void put(const dap::TypeInfo* typeinfo,
231 const GenericResponseSentHandler& handler) {

Callers 1

processRequestMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected