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

Method DoWrite

library/cpp/digest/md5/md5.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void DoWrite(const void* buf, size_t len) override {
24 M_->Update(buf, len);
25 }
26
27 MD5* M_;
28 };

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected