Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnOpen
Method
OnOpen
library/cpp/json/json_prettifier.cpp:201–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
bool OnOpen(char c) {
202
OnVal();
203
Level++;
204
Out.Hold(c);
205
return true;
206
}
207
208
bool OnOpenMap() override {
209
return OnOpen(
'{'
);
Callers
nothing calls this directly
Calls
1
Hold
Method · 0.80
Tested by
no test coverage detected