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

Method Reset

util/generic/ptr.h:1189–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187 }
1188
1189 Y_REINITIALIZES_OBJECT inline void Reset(TCowPtr p) {
1190 p.Swap(*this);
1191 }
1192
1193 Y_REINITIALIZES_OBJECT inline void Reset() {
1194 T_.Reset();

Callers

nothing calls this directly

Calls 2

SwapMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected