MCPcopy 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

JoinUnescapedMethod · 0.80
Y_UNIT_TESTFunction · 0.80
CreateNehMessageMethod · 0.80
ReadAllFunction · 0.80
Y_UNIT_TESTFunction · 0.80
AppendUnicodeFunction · 0.80
AppendToStringFunction · 0.80
DoReconstructMethod · 0.80

Calls 1

appendFunction · 0.50

Tested by

no test coverage detected