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

Function TEST

library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178////////////////////////////////////////////////////////////////////////////////
179
180TEST(TIntrusivePtrTest, Empty)
181{
182 TIntricateObjectPtr emptyPointer;
183 EXPECT_EQ(nullptr, emptyPointer.Get());
184}
185
186TEST(TIntrusivePtrTest, Basic)
187{

Callers

nothing calls this directly

Calls 14

NotNullFunction · 0.85
moveFunction · 0.50
IsNullFunction · 0.50
SaveFunction · 0.50
LoadFunction · 0.50
GetMethod · 0.45
ResetMethod · 0.45
SwapMethod · 0.45
c_strMethod · 0.45
StrMethod · 0.45
ReleaseMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected