Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Add
Method
Add
library/cpp/http/io/stream.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template <class S>
65
inline S* Add(S* t) noexcept {
66
return (S*)AddImpl((T*)t);
67
}
68
69
template <class Functor>
70
inline void ForEach(Functor& f) {
Callers
2
BuildInputChain
Method · 0.45
RebuildStream
Method · 0.45
Calls
1
AddImpl
Function · 0.85
Tested by
no test coverage detected