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

Method error

Utilities/cmcppdap/src/session.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void error(const char* format, ...) {
164 va_list vararg;
165 va_start(vararg, format);
166 std::unique_lock<std::mutex> lock(errorMutex);
167 errorLocked(format, vararg);
168 va_end(vararg);
169 }
170
171 std::pair<const dap::TypeInfo*, GenericRequestHandler> request(
172 const std::string& name) {

Callers 7

connectMethod · 0.45
processMessageMethod · 0.45
processRequestMethod · 0.45
processEventMethod · 0.45
processResponseMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected