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

Function RunClosure

test/brpc_server_unittest.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87namespace {
88void* RunClosure(void* arg) {
89 google::protobuf::Closure* done = (google::protobuf::Closure*)arg;
90 done->Run();
91 return NULL;
92}
93
94bool g_verify_success = true;
95const std::string g_unauthorized_error_text = "unauthorized";

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected