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

Function Expose

example/auto_concurrency_limiter/client.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Expose() {
110 g_timeout_bvar.expose_as("cl", "timeout");
111 g_error_bvar.expose_as("cl", "failed");
112 g_succ_bvar.expose_as("cl", "succ");
113 g_latency_rec.expose("cl");
114}
115
116struct TestCaseContext {
117 TestCaseContext(const test::TestCase& tc)

Callers 1

mainFunction · 0.85

Calls 2

expose_asMethod · 0.45
exposeMethod · 0.45

Tested by

no test coverage detected