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

Method error

libs/cppdap/src/session.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void error(const char* format, ...) {
152 va_list vararg;
153 va_start(vararg, format);
154 std::unique_lock<std::mutex> lock(errorMutex);
155 errorLocked(format, vararg);
156 va_end(vararg);
157 }
158
159 std::pair<const dap::TypeInfo*, GenericRequestHandler> request(
160 const std::string& name) {

Callers 6

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