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

Method TUnbufferedFileOutput

util/stream/file.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52TUnbufferedFileOutput::TUnbufferedFileOutput(const char* path)
53 : TUnbufferedFileOutput(TFile(path, OPEN_MODE))
54{
55}
56
57TUnbufferedFileOutput::TUnbufferedFileOutput(const TString& path)
58 : TUnbufferedFileOutput(TFile(path, OPEN_MODE))

Callers

nothing calls this directly

Calls 3

TFileClass · 0.50
IsOpenMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected