| 58 | void AddShortcut(int index, NetCommand *command); |
| 59 | |
| 60 | uint32_t auth_id() const { return m_client_id; } |
| 61 | // TODO: for now session reuse does not retain any data, should it ? |
| 62 | void reset() { *this = {}; } |
| 63 | // Map sessions do not support temporary ones right now. |
no outgoing calls
no test coverage detected