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

Function HasRefs

src/butil/memory/weak_ptr.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 WeakReference GetRef() const;
116
117 bool HasRefs() const {
118 return flag_.get() && !flag_->HasOneRef();
119 }
120
121 void Invalidate();
122

Callers 1

GetRefMethod · 0.85

Calls 2

HasOneRefMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected