Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OpenMap
Method
OpenMap
library/cpp/json/json_writer.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void TJsonWriter::OpenMap() {
56
Buf.BeginObject();
57
}
58
59
void TJsonWriter::CloseMap() {
60
Buf.EndObject();
Callers
4
EnterNode
Method · 0.45
OnBeginMap
Method · 0.45
OnBeginAttributes
Method · 0.45
AddEntryToCoreSearchFile
Function · 0.45
Calls
1
BeginObject
Method · 0.45
Tested by
no test coverage detected