Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ConstructSlave
Method
ConstructSlave
library/cpp/http/io/stream.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
private:
120
inline void ConstructSlave() {
121
if (!Slave_) {
122
Slave_.Reset(new TStream(Output_, BlockSize_));
123
}
124
}
125
126
private:
127
IOutputStream* Output_;
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected