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

Method session_local_data_pool

src/brpc/server.h:571–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 time_t last_start_time() const { return _last_start_time; }
570
571 SimpleDataPool* session_local_data_pool() const { return _session_local_data_pool; }
572
573 const ThreadLocalOptions& thread_local_options() const { return _tl_options; }
574

Callers 2

GetSessionLocalDataCountFunction · 0.80
UpdateDerivedVarsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected