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

Method SetAllowMultipleStreams

util/stream/zlib.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void SetAllowMultipleStreams(bool allowMultipleStreams) {
100 AllowMultipleStreams_ = allowMultipleStreams;
101 }
102
103 inline size_t Read(void* buf, size_t size) {
104 Z()->next_out = (unsigned char*)buf;

Callers 3

DecodeContentMethod · 0.80
Y_UNIT_TESTFunction · 0.80
zlib.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected