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

Method initialize

src/plugins/debugger/dap/rawdebugsession.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool RawDebugSession::initialize()
28{
29 errHandler = [&](const std::string& err){
30 onError(err);
31 };
32 return true;
33}
34
35Promise<InitializeRequest> RawDebugSession::initialize(const InitializeRequest &args)
36{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected