The server running this RPC session. Always NULL at client-side.
| 493 | // The server running this RPC session. |
| 494 | // Always NULL at client-side. |
| 495 | const Server* server() const { return _server; } |
| 496 | |
| 497 | // Get the data attached to current RPC session. The data is created by |
| 498 | // ServerOptions.session_local_data_factory and reused between different |
no outgoing calls
no test coverage detected