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

Method DoWrite

library/cpp/streams/lzma/lzma.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void DoWrite(const void* ptr, size_t len) override {
90 Parent_->WriteImpl(ptr, len);
91 }
92
93 private:
94 TInverseFilter* Parent_;

Callers

nothing calls this directly

Calls 1

WriteImplMethod · 0.45

Tested by

no test coverage detected