Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AppendNoAlias
Method
AppendNoAlias
util/string/escape.cpp:351–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
void AppendNoAlias(const TChar* s, size_t l) noexcept {
352
append(s, s + l);
353
}
354
355
TChar* P;
356
} bufbuf = {buf};
Callers
8
JoinUnescaped
Method · 0.80
Y_UNIT_TEST
Function · 0.80
CreateNehMessage
Method · 0.80
ReadAll
Function · 0.80
Y_UNIT_TEST
Function · 0.80
AppendUnicode
Function · 0.80
AppendToString
Function · 0.80
DoReconstruct
Method · 0.80
Calls
1
append
Function · 0.50
Tested by
no test coverage detected