Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestTildeEmptyToNull
Method
TestTildeEmptyToNull
util/generic/vector_ut.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
inline void TestTildeEmptyToNull() {
72
TVector<int> v;
73
UNIT_ASSERT_EQUAL(nullptr, v.data());
74
}
75
76
inline void TestTilde() {
77
TVector<int> v;
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected