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

Function InitCommonStrings

src/brpc/policy/http_rpc_protocol.cpp:170–172  ·  view source on GitHub ↗

Called in global.cpp

Source from the content-addressed store, hash-verified

168}
169// Called in global.cpp
170int InitCommonStrings() {
171 return pthread_once(&g_common_strings_once, CreateCommonStrings);
172}
173static const int ALLOW_UNUSED force_creation_of_common = InitCommonStrings();
174const CommonStrings* get_common_strings() { return common; }
175

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected