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

Method getModel

src/plugins/debugger/dap/debugservice.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76DebugModel *DebugService::getModel() const
77{
78 return model.get();
79}
80
81void DebugService::sendBreakpoints(dap::optional<QUrl> uri, DebugSession *session, bool sourceModified)
82{

Callers 3

DAPDebuggerMethod · 0.45
startDebugRemoteMethod · 0.45
launchSessionMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected