MCPcopy Create free account
hub / github.com/catboost/catboost / OpenMap

Function OpenMap

tools/enum_parser/enum_parser/main.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116static inline void OpenMap(TStringStream& out) {
117 out << "{\n";
118}
119
120static inline void CloseMap(TStringStream& out) {
121 out << "}\n";

Callers 3

GenerateEnumFunction · 0.85
OpenMapMethod · 0.85
OpenMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected