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