Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CloseArray
Function
CloseArray
tools/enum_parser/enum_parser/main.cpp:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
static inline void CloseArray(TStringStream& out) {
129
out <<
"]\n"
;
130
}
131
132
static TString WrapStringBuf(const TStringBuf str) {
133
return TString::Join(
"\"
", str, "
\
"sv"
);
Callers
2
GenerateEnum
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected