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

Method Fill

util/stream/tokenizer.h:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173private:
174 inline size_t Fill() {
175 const size_t avail = BufEnd() - End_;
176 const size_t bytesRead = Input_->Read(End_, avail);
177
178 End_ += bytesRead;
179
180 return bytesRead;
181 }
182
183 inline char* BufBegin() noexcept {
184 return Buf_.Data();

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected