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

Method setSessionData

src/plugins/debugger/debug.h:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 }
401
402 void setSessionData(dap::string &sessionId, dap::optional<IBreakpointSessionData> data)
403 {
404 BaseBreakpoint::setSessionData(sessionId, data);
405 if (_adapterData.is<std::nullptr_t>()) {
406 _adapterData = adapterData();
407 }
408 }
409
410 dap::string toString()
411 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected