Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FillX
Function
FillX
util/generic/mem_copy_ut.cpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
template <class T>
76
inline void FillX(T* b, T* e) {
77
int tmp = 0;
78
79
while (b != e) {
80
(b++)->X = ++tmp;
81
}
82
}
83
84
Y_UNIT_TEST(Test5) {
85
struct TD {
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected