Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestCopy
Method
TestCopy
util/generic/string_ut.h:947–953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
945
}
946
947
void TestCopy() {
948
TStringType s(Data.abcd());
949
TStringType c = s.copy();
950
951
UNIT_ASSERT_EQUAL(s, c);
952
UNIT_ASSERT(s.end() != c.end());
953
}
954
955
void TestStrCpy() {
956
{
Callers
nothing calls this directly
Calls
3
abcd
Method · 0.80
copy
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected