MCPcopy 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

339TChar* 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_resultsFunction · 0.45
mainFunction · 0.45
DoWriteMethod · 0.45
process_fileFunction · 0.45
Y_UNIT_TESTFunction · 0.45
TestReplaceMethod · 0.45
string.hFile · 0.45
Y_UNIT_TESTFunction · 0.45
IsFQDNFunction · 0.45
Y_UNIT_TESTFunction · 0.45
ShellQuoteArgFunction · 0.45
ShellQuoteArgSpFunction · 0.45

Calls 1

appendFunction · 0.50

Tested by 6

TestReplaceMethod · 0.36
TestReadToMethod · 0.36
TestStrokaInputMethod · 0.36
TestCollapseMethod · 0.36
TestCollapseBufferMethod · 0.36
TestIsSpaceMethod · 0.36