Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SerializeToFile
Function
SerializeToFile
library/cpp/binsaver/util_stream_io.h:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
template <class T>
83
inline void SerializeToFile(const TString& fileName, T& c) {
84
TOFStream out(fileName);
85
SerializeToArcadiaStream(out, c);
86
}
Callers
2
RunMaster
Method · 0.85
Save
Method · 0.85
Calls
1
SerializeToArcadiaStream
Function · 0.85
Tested by
no test coverage detected