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

Method handleAssembleData

src/tools/debugadapter/dapsession.cpp:826–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826void DapSession::handleAssembleData(const QStringList &data)
827{
828 dap::OutputEvent outputEvent;
829 outputEvent.category = "assembler";
830 QString output;
831 foreach (auto line, data) {
832 output += line;
833 }
834 outputEvent.output = output.toStdString();
835 d->session->send(outputEvent);
836}

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected