Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OpenMap
Function
OpenMap
tools/enum_parser/enum_parser/main.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
116
static inline void OpenMap(TStringStream& out) {
117
out <<
"{\n"
;
118
}
119
120
static inline void CloseMap(TStringStream& out) {
121
out <<
"}\n"
;
Callers
3
GenerateEnum
Function · 0.85
OpenMap
Method · 0.85
OpenMap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected