MCPcopy 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
120static inline void CloseMap(TStringStream& out) {
121 out << "}\n";
122}
123
124static inline void OpenArray(TStringStream& out) {
125 out << "[\n";

Callers 1

GenerateEnumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected