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