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

Method WriteFunc

library/cpp/streams/lzma/lzma.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249 private:
250 static inline size_t WriteFunc(const ISeqOutStream* p, const void* ptr, size_t len) {
251 const_cast<TLzmaOutput*>(static_cast<const TLzmaOutput*>(p))->Slave_->Write(ptr, len);
252
253 return len;
254 }
255
256 private:
257 IOutputStream* Slave_;

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected