Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OpenArray
Method
OpenArray
library/cpp/json/ordered_maps/json_writer_ordered.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void TJsonWriter::OpenArray() {
64
Buf.BeginList();
65
}
66
67
void TJsonWriter::CloseArray() {
68
Buf.EndList();
Callers
6
Y_UNIT_TEST
Function · 0.45
OnOpenArray
Method · 0.45
OnOpenMap
Method · 0.45
Y_UNIT_TEST
Function · 0.45
OnOpenArray
Method · 0.45
OnOpenMap
Method · 0.45
Calls
1
BeginList
Method · 0.45
Tested by
no test coverage detected