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

Method File

library/cpp/digest/md5/md5.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39char* MD5::File(const char* filename, char* buf) {
40 try {
41 TUnbufferedFileInput fi(filename);
42
43 return Stream(&fi, buf);
44 } catch (...) {
45 }
46
47 return nullptr;
48}
49
50TString MD5::File(const TString& filename) {
51 TString buf;

Callers

nothing calls this directly

Calls 5

StreamClass · 0.85
FileFunction · 0.50
dataMethod · 0.45
beginMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected