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

Method SetDeletedPtr

test/lazy_instance_unittest.cc:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 ~DeleteLogger() { *deleted_ = true; }
110
111 void SetDeletedPtr(bool* deleted) {
112 deleted_ = deleted;
113 }
114
115 private:
116 bool* deleted_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected