MCPcopy 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
128static inline void CloseArray(TStringStream& out) {
129 out << "]\n";
130}
131
132static TString WrapStringBuf(const TStringBuf str) {
133 return TString::Join("\"", str, "\"sv");

Callers 2

GenerateEnumFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected