Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
util/ysafeptr.h:278–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
}
278
void Release(TUserObj* _ptr) {
279
TRef p;
280
if (_ptr) {
281
p.Release(CastToObjectBase(_ptr));
282
}
283
}
284
285
protected:
286
void SetObject(TUserObj* _ptr) {
Callers
nothing calls this directly
Calls
1
CastToObjectBase
Function · 0.85
Tested by
no test coverage detected