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

Function IsQuotationSpecSymbol

library/cpp/yt/string/format-inl.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92constexpr inline char GenericSpecSymbol = 'v';
93
94inline bool IsQuotationSpecSymbol(char symbol)
95{
96 return symbol == 'Q' || symbol == 'q';
97}
98
99////////////////////////////////////////////////////////////////////////////////
100

Callers 2

FormatValueFunction · 0.85
FormatValueViaSprintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected