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

Method setStopHandler

src/common/widget/appoutputpane.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void AppOutputPane::setStopHandler(const QString &id, StopHandler handler)
278{
279 if (d->stopHandlerMap.contains(id))
280 return;
281
282 d->stopHandlerMap[id] = handler;
283}
284
285void AppOutputPane::appendTextToApplication(const QString &id, const QString &text, OutputPane::OutputFormat format, OutputPane::AppendMode mode)
286{

Callers 2

executeToolMethod · 0.80
launchSessionMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected