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