MCPcopy 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
124static inline void OpenArray(TStringStream& out) {
125 out << "[\n";
126}
127
128static inline void CloseArray(TStringStream& out) {
129 out << "]\n";

Callers 4

GenerateEnumFunction · 0.85
mainFunction · 0.85
OpenArrayMethod · 0.85
OpenArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected