Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VerComp
Method · 0.45
VerE
Method · 0.45
Calls
1
Peek
Function · 0.50
Tested by
no test coverage detected