MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

util/ysafeptr.h:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 return ptr;
341 }
342 TUserObj* Get() const {
343 return ptr;
344 }
345 IObjectBase* GetBarePtr() const {
346 return CastToObjectBase(ptr);
347 }

Callers 1

IsValidFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected