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

Method GetBarePtr

util/ysafeptr.h:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 return ptr;
344 }
345 IObjectBase* GetBarePtr() const {
346 return CastToObjectBase(ptr);
347 }
348 int operator&(IBinSaver& f);
349};
350////////////////////////////////////////////////////////////////////////////////////////////////////

Callers 3

DoPtrMethod · 0.80
IsValidFunction · 0.80
TDynamicCastMethod · 0.80

Calls 1

CastToObjectBaseFunction · 0.85

Tested by

no test coverage detected