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

Method Reset

library/cpp/neh/smart_ptr.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 inline void Reset() noexcept {
82 if (!!C_) {
83 C_.Drop();
84 }
85 }
86
87 protected:
88 TIntrusivePtr<TSPCounted> C_;

Callers 15

~THttpConnMethod · 0.45
OnCanReadMethod · 0.45
RunMethod · 0.45
SendReplyMethod · 0.45
SendErrorMethod · 0.45
ExpectNewRequestMethod · 0.45
DequeueMethod · 0.45
Y_UNIT_TESTFunction · 0.45
TPacketMethod · 0.45
DequeueSafeMethod · 0.45
DequeueSafeMethod · 0.45
ForkLoopMethod · 0.45

Calls 1

DropMethod · 0.45

Tested by

no test coverage detected