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

Function initialized

src/butil/threading/thread_local_storage.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 void Set(void* value);
117
118 bool initialized() const { return initialized_; }
119
120 // The internals of this struct should be considered private.
121 bool initialized_;

Callers 2

InitMethod · 0.85
CallMethodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected