Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PushBack
Method
PushBack
library/cpp/on_disk/chunks/chunked_helpers.h:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
TYVectorWriter() = default;
61
62
void PushBack(const T& value) {
63
Vector.push_back(value);
64
}
65
66
void Save(IOutputStream& out) const {
67
ui64 uSize = (ui64)Vector.size();
Callers
3
TestGeneralVector
Method · 0.45
TestStrings
Method · 0.45
AddOut
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
2
TestGeneralVector
Method · 0.36
TestStrings
Method · 0.36