Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1343
TFile TFile::ForAppend(const TString& path) {
1344
return TFile(path, OpenAlways | WrOnly | Seq | ::ForAppend);
1345
}
1346
1347
TFile Duplicate(FILE* f) {
1348
return Duplicate(fileno(f));
Callers
nothing calls this directly
Calls
1
TFile
Class · 0.70
Tested by
no test coverage detected