Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ CallableObj
Class
CallableObj
test/brpc_load_balancer_unittest.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
struct CallableObj {
89
void operator()(const Foo& f) {
90
ASSERT_EQ(0, f.x);
91
}
92
};
93
94
template <typename DBD>
95
void test_doubly_buffered_data() {
Callers
1
test_doubly_buffered_data
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_doubly_buffered_data
Function · 0.68