Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBeginMap
Method
OnBeginMap
library/cpp/yson/json/json_writer.cpp:169–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void TJsonWriter::OnBeginMap() {
170
if (IsWriteAllowed()) {
171
EnterNode();
172
JsonWriter->OpenMap();
173
}
174
}
175
176
void TJsonWriter::OnKeyedItem(TStringBuf name) {
177
if (IsWriteAllowed()) {
Callers
1
OnOpenMap
Method · 0.45
Calls
1
OpenMap
Method · 0.45
Tested by
no test coverage detected