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

Method IsRefInvalid

util/ysafeptr.h:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 virtual const char* GetClassName() const = 0;
140
141 ui32 IsRefInvalid() const {
142 return (ObjData & 0x80000000);
143 }
144 ui32 IsRefValid() const {
145 return !IsRefInvalid();
146 }

Callers 1

IsValidFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected