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

Method error

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

Source from the content-addressed store, hash-verified

167 }
168
169 void error(const char* format, ...) {
170 va_list vararg;
171 va_start(vararg, format);
172 std::unique_lock<std::mutex> lock(errorMutex);
173 errorLocked(format, vararg);
174 va_end(vararg);
175 }
176
177 std::pair<const dap::TypeInfo*, GenericRequestHandler> request(
178 const std::string& name) {

Callers 15

connectMethod · 0.80
sendMethod · 0.80
processMessageMethod · 0.80
processRequestMethod · 0.80
processEventMethod · 0.80
processResponseMethod · 0.80
validateDataMethod · 0.80
tools.cppFile · 0.80
scan_systemMethod · 0.80
save_configMethod · 0.80
argsFunction · 0.80
get_task_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected