Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnCloseArray
Method
OnCloseArray
library/cpp/json/json_prettifier.cpp:250–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
bool OnCloseArray() override {
251
if (!OnClose(
'['
)) {
252
return false;
253
}
254
Out.Write(
"]"
);
255
AfterVal();
256
return true;
257
}
258
259
bool OnEnd() override {
260
return !Level;
Callers
nothing calls this directly
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected