Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestFillingAssign
Method
TestFillingAssign
util/generic/string_ut.cpp:736–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
void TestFillingAssign() {
737
TString s(
"abc"
);
738
s.assign(5,
'a'
);
739
UNIT_ASSERT_VALUES_EQUAL(s,
"aaaaa"
);
740
}
741
742
void TestStdStreamApi() {
743
const TString data =
"abracadabra"
;
Callers
nothing calls this directly
Calls
1
assign
Method · 0.45
Tested by
no test coverage detected