Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ handleTerminateEvent
Method
handleTerminateEvent
src/tools/debugadapter/dapsession.cpp:820–824 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
818
}
819
820
void DapSession::handleTerminateEvent()
821
{
822
dap::TerminatedEvent terminatedEvent;
823
d->session->send(terminatedEvent);
824
}
825
826
void DapSession::handleAssembleData(const QStringList &data)
827
{
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected