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

Method Counter

util/stream/length.h:55–57  ·  view source on GitHub ↗

* \returns The total number of characters read from * this stream. */

Source from the content-addressed store, hash-verified

53 * this stream.
54 */
55 inline ui64 Counter() const noexcept {
56 return Count_;
57 }
58
59private:
60 size_t DoRead(void* buf, size_t len) override;

Callers 6

DoDecodeEncodeFunction · 0.45
ApplyFuncTotokenizedTextFunction · 0.45
GetLengthFunction · 0.45
FinishMethod · 0.45
AddMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected