Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Add
Method
Add
util/system/fasttime.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
inline void Add(const A& a, const B& b) noexcept {
134
Add(TSample(a, b));
135
}
136
137
inline void Add(const TSample& s) noexcept {
138
S_[(C_++) % N] = s;
Callers
2
Y_UNIT_TEST
Function · 0.45
GetBase
Method · 0.45
Calls
2
Add
Function · 0.50
TSample
Class · 0.50
Tested by
no test coverage detected