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

Method SetRegexMatcher

library/cpp/expression/expression.cpp:385–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 void GetTokensWithSuffix(const TString& suffix, TVector<TString>& tokens) const override;
384 void GetTokensWithPrefix(const TString& prefix, TVector<TString>& tokens) const override;
385 void SetRegexMatcher(TExpressionRegexMatcher&& matcher) override {
386 Matcher = std::move(matcher);
387 }
388
389private:
390 TDeque<TOperator> Operations;

Callers 2

expression.cppFile · 0.80
Y_UNIT_TESTFunction · 0.80

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected