Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ DoNothing
Function
DoNothing
src/brpc/controller.cpp:1675–1677 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1673
void Run() { }
1674
};
1675
google::protobuf::Closure* DoNothing() {
1676
return butil::get_leaky_singleton<DoNothingClosure>();
1677
}
1678
1679
KVMap& Controller::SessionKV() {
1680
if (_session_kv == nullptr) {
Callers
4
TEST_F
Function · 0.85
CallMethod
Method · 0.85
TEST_F
Function · 0.85
EndRPC
Method · 0.85
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.68
CallMethod
Method · 0.68
TEST_F
Function · 0.68