MCPcopy Create free account
hub / github.com/SpartanJ/eepp / started

Method started

src/tools/ecode/plugins/debugger/dap/debuggerclientdap.cpp:1090–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090bool DebuggerClientDap::started() const {
1091 return mStarted;
1092}
1093
1094void DebuggerClientDap::setState( const State& state, const SessionId& sessionId ) {
1095 if ( mSessions.count( sessionId ) == 0 ) {

Callers 2

registerCommandsMethod · 0.80
prepareAndRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected