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

Method Take

library/cpp/json/rapidjson_helpers.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 Ch Take() {
51 auto c = Peek();
52 ++Pos;
53 ++Count;
54 return c;
55 }
56
57 size_t Tell() const {
58 return Count;

Callers 2

VerCompMethod · 0.45
VerEMethod · 0.45

Calls 1

PeekFunction · 0.50

Tested by

no test coverage detected