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

Function notify

src/plugins/debugger/dap/dapdebugger.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65using DTK_WIDGET_NAMESPACE::DSpinner;
66
67void notify(uint type, const QString &message) // type 0-infomation, 1-warning, 2-error
68{
69 auto wdService = dpfGetService(WindowService);
70 wdService->notify(type, QObject::tr("Debug"), message, {});
71}
72
73class DebuggerPrivate
74{

Callers 7

launchSessionMethod · 0.85
notifyMethod · 0.85
getChunksMethod · 0.85
slotSendSyncRequestMethod · 0.85
initLLMMethod · 0.85
generateRagMethod · 0.85
acceptMethod · 0.85

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected