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

Function WrapStringBuf

tools/enum_parser/enum_parser/main.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static TString WrapStringBuf(const TStringBuf str) {
133 return TString::Join("\"", str, "\"sv");
134}
135
136void GenerateEnum(
137 const TEnumParser::TEnum& en,

Callers 1

GenerateEnumFunction · 0.85

Calls 1

JoinFunction · 0.50

Tested by

no test coverage detected