Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
inline brpc::Extension<int>* IntExtension() {
46
return brpc::Extension<int>::instance();
47
}
48
49
50
const int g_foo = 10;
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected