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