Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
util/ysafeptr_ut.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
Y_UNIT_TEST_SUITE(SafePtr) {
88
Y_UNIT_TEST(Basic) {
89
TObj<TTestObject> a = new TTestObject();
90
}
91
92
Y_UNIT_TEST(Clear) {
93
TObj<TTestObject> a = new TTestObject(30);
Callers
nothing calls this directly
Calls
6
MakeCycle
Function · 0.85
IsValid
Function · 0.85
MakeGraph
Function · 0.85
Clear
Method · 0.45
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected