Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnEndMap
Method
OnEndMap
library/cpp/yson/json/json_writer.cpp:186–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void TJsonWriter::OnEndMap() {
187
if (IsWriteAllowed()) {
188
JsonWriter->CloseMap();
189
LeaveNode();
190
}
191
}
192
193
void TJsonWriter::OnBeginAttributes() {
194
InAttributesBalance += 1;
Callers
1
OnCloseMap
Method · 0.45
Calls
1
CloseMap
Method · 0.45
Tested by
no test coverage detected