MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / responseSent

Method responseSent

3rdparty/cppdap/src/session.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 GenericResponseSentHandler responseSent(const dap::TypeInfo* typeinfo) {
242 std::unique_lock<std::mutex> lock(responseSentMutex);
243 auto it = responseSentMap.find(typeinfo);
244 return (it != responseSentMap.end()) ? it->second
245 : decltype(it->second){};
246 }
247
248 void put(const dap::TypeInfo* typeinfo,
249 const GenericResponseSentHandler& handler) {

Callers 1

processRequestMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected