Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestPointer
Method
TestPointer
util/generic/vector_ut.cpp:340–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
void TestPointer() {
341
TVector<int*> v1;
342
TVector<int*> v2 = v1;
343
TVector<int*> v3;
344
345
v3.insert(v3.end(), v1.begin(), v1.end());
346
}
347
348
void TestAutoRef() {
349
TVector<int> ref;
Callers
nothing calls this directly
Calls
3
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected