Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CreateObject
Method
CreateObject
library/cpp/cache/ut/cache_ut.cpp:481–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
return i;
480
}
481
TValue* CreateObject(ui32 i) const override {
482
Creations++;
483
return new TString(VALS[i]);
484
}
485
486
mutable i32 Creations = 0;
487
};
Callers
1
GetValue
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected