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

Method Contains

library/cpp/yt/string/format_analyser.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40private:
41 static consteval bool Contains(std::string_view sv, char symbol)
42 {
43 return sv.find(symbol) != std::string_view::npos;
44 }
45
46 struct TSpecifiers
47 {

Callers 3

RunFormatterAtFunction · 0.45
RunFormatterFullScanFunction · 0.45
FormatValueMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected