MCPcopy Create free account
hub / github.com/Kitware/CMake / responseSent

Method responseSent

Utilities/cmcppdap/src/session.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 GenericResponseSentHandler responseSent(const dap::TypeInfo* typeinfo) {
236 std::unique_lock<std::mutex> lock(responseSentMutex);
237 auto it = responseSentMap.find(typeinfo);
238 return (it != responseSentMap.end()) ? it->second
239 : decltype(it->second){};
240 }
241
242 void put(const dap::TypeInfo* typeinfo,
243 const GenericResponseSentHandler& handler) {

Callers 1

processRequestMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected