Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~THttpConn
Method · 0.45
OnCanRead
Method · 0.45
Run
Method · 0.45
SendReply
Method · 0.45
SendError
Method · 0.45
ExpectNewRequest
Method · 0.45
Dequeue
Method · 0.45
Y_UNIT_TEST
Function · 0.45
TPacket
Method · 0.45
DequeueSafe
Method · 0.45
DequeueSafe
Method · 0.45
ForkLoop
Method · 0.45
Calls
1
Drop
Method · 0.45
Tested by
no test coverage detected