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

Method Accept

util/string/split.h:950–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948 struct TNonEmptyFilter {
949 template <class TToken>
950 inline bool Accept(const TToken* token) noexcept {
951 return !token->empty();
952 }
953 };
954
955 template <class TIter>

Callers 1

NextMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected