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

Method Stream

library/cpp/digest/md5/md5.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79char* MD5::Stream(IInputStream* in, char* buf) {
80 return MD5().Update(in).End(buf);
81}
82
83MD5& MD5::Update(IInputStream* in) {
84 TMd5Stream md5(this);

Callers 1

DumpMethod · 0.45

Calls 3

MD5Class · 0.85
EndMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected