Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsExpired
Method
IsExpired
library/cpp/yt/memory/weak_ptr.h:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
bool IsExpired() const noexcept
194
{
195
return !T_ || (RefCounter()->GetRefCount() == 0);
196
}
197
198
const TRefCounter* TryGetRefCounter() const
199
{
Callers
1
TEST_F
Function · 0.80
Calls
1
GetRefCount
Method · 0.80
Tested by
no test coverage detected