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

Function IntExtension

test/brpc_extension_unittest.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45inline brpc::Extension<int>* IntExtension() {
46 return brpc::Extension<int>::instance();
47}
48
49
50const int g_foo = 10;

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected