MCPcopy Create free account
hub / github.com/catboost/catboost / Init

Method Init

util/system/filemap.h:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 End_ = nullptr;
206 }
207 void Init(const char* name) {
208 DataHolder_.Reset(new TFileMap(name));
209 DoInit(name);
210 }
211 void Init(const TFileMap& fileMap) {
212 DataHolder_.Reset(new TFileMap(fileMap));
213 DoInit(fileMap.GetFile().GetName());

Callers

nothing calls this directly

Calls 3

ResetMethod · 0.45
GetNameMethod · 0.45
GetFileMethod · 0.45

Tested by

no test coverage detected