MCPcopy Create free account
hub / github.com/catboost/catboost / InStringMsg

Function InStringMsg

util/charset/wide.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26namespace NDetail {
27 inline TString InStringMsg(const char* s, size_t len) {
28 return (len <= 50) ? " in string " + TString(s, len).Quote() : TString();
29 }
30
31 template <bool isPointer>
32 struct TSelector;

Callers 3

cow_string.cppFile · 0.85
string.cppFile · 0.85
UTF8ToWideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected