Return whether debugging is enabled for this session.
| 239 | |
| 240 | // Return whether debugging is enabled for this session. |
| 241 | inline bool |
| 242 | ProxySession::debug() const |
| 243 | { |
| 244 | return this->debug_on; |
| 245 | } |
| 246 | |
| 247 | inline bool |
| 248 | ProxySession::is_active() const |
no outgoing calls
no test coverage detected