Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ append
Method
append
util/string/escape.cpp:341–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
TChar* UnescapeC(const TChar* str, size_t len, TChar* buf) {
340
struct TUnboundedString {
341
void append(TChar ch) noexcept {
342
*P++ = ch;
343
}
344
345
void append(const TChar* b, const TChar* e) noexcept {
346
while (b != e) {
Callers
15
get_flake8_results
Function · 0.45
main
Function · 0.45
DoWrite
Method · 0.45
process_file
Function · 0.45
Y_UNIT_TEST
Function · 0.45
TestReplace
Method · 0.45
string.h
File · 0.45
Y_UNIT_TEST
Function · 0.45
IsFQDN
Function · 0.45
Y_UNIT_TEST
Function · 0.45
ShellQuoteArg
Function · 0.45
ShellQuoteArgSp
Function · 0.45
Calls
1
append
Function · 0.50
Tested by
6
TestReplace
Method · 0.36
TestReadTo
Method · 0.36
TestStrokaInput
Method · 0.36
TestCollapse
Method · 0.36
TestCollapseBuffer
Method · 0.36
TestIsSpace
Method · 0.36