Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
static TString WrapStringBuf(const TStringBuf str) {
133
return TString::Join(
"\"
", str, "
\
"sv"
);
134
}
135
136
void GenerateEnum(
137
const TEnumParser::TEnum& en,
Callers
1
GenerateEnum
Function · 0.85
Calls
1
Join
Function · 0.50
Tested by
no test coverage detected