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

Method ForAppend

util/system/file.cpp:1343–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341}
1342
1343TFile TFile::ForAppend(const TString& path) {
1344 return TFile(path, OpenAlways | WrOnly | Seq | ::ForAppend);
1345}
1346
1347TFile Duplicate(FILE* f) {
1348 return Duplicate(fileno(f));

Callers

nothing calls this directly

Calls 1

TFileClass · 0.70

Tested by

no test coverage detected