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

Method TUnbufferedFileInput

util/stream/file.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <util/generic/yexception.h>
5
6TUnbufferedFileInput::TUnbufferedFileInput(const char* path)
7 : TUnbufferedFileInput(TFile(path, OPEN_MODE))
8{
9}
10
11TUnbufferedFileInput::TUnbufferedFileInput(const TString& path)
12 : TUnbufferedFileInput(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