Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetRef
Method · 0.85
Calls
2
HasOneRef
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected