Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ count
Method
count
test/cpp/src/StressTest.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
Server() = default;
69
70
void count(const char* method) {
71
Guard m(lock_);
72
int ct = counts_[method];
73
counts_[method] = ++ct;
74
}
75
76
void echoVoid() override {
77
count(
"echoVoid"
);
Callers
15
iterate_program
Method · 0.45
is_pointer_field
Method · 0.45
check_separator
Method · 0.45
Task
Method · 0.45
run
Method · 0.45
run
Method · 0.45
loadTest
Method · 0.45
apiTest
Method · 0.45
monitorTimeoutTest
Method · 0.45
main
Function · 0.45
run
Method · 0.45
waitForTimeRelative
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected