MCPcopy Create free account
hub / github.com/apache/brpc / server

Method server

src/brpc/controller.h:495–495  ·  view source on GitHub ↗

The server running this RPC session. Always NULL at client-side.

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateResponseHeaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected