Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OpenMap
Method
OpenMap
library/cpp/json/json_writer.h:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
void OpenMap();
68
void OpenMap(const TStringBuf& key) {
69
Buf.WriteKey(key);
70
OpenMap();
71
}
72
void CloseMap();
73
74
void OpenArray();
Callers
nothing calls this directly
Calls
2
OpenMap
Function · 0.85
WriteKey
Method · 0.45
Tested by
no test coverage detected