Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ contains
Method
contains
util/generic/strbase.h:561–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
560
public:
561
inline bool contains(const TStringView s) const noexcept {
562
return This()->Contains(s);
563
}
564
565
inline bool contains(TChar c) const noexcept {
566
return This()->Contains(c);
Callers
nothing calls this directly
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected