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

Function FixZero

library/cpp/string_utils/quote/quote.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static inline const char* FixZero(const char* s) noexcept {
70 return s ? s : "";
71}
72
73// we escape:
74// '\"', '|', '(', ')',

Callers 3

CGIEscapeFunction · 0.85
QuoteFunction · 0.85
CGIUnescapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected