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

Method put

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

Source from the content-addressed store, hash-verified

162 class EventHandlers {
163 public:
164 void put(const ErrorHandler& handler) {
165 std::unique_lock<std::mutex> lock(errorMutex);
166 errorHandler = handler;
167 }
168
169 void error(const char* format, ...) {
170 va_list vararg;

Callers 4

onErrorMethod · 0.45
registerHandlerMethod · 0.45
sendMethod · 0.45

Calls 2

c_strMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected