Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Has
Method
Has
library/cpp/charset/codepage.cpp:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
inline bool Has(const TString& s) const noexcept {
212
return find(s) != end();
213
}
214
};
215
}
216
Callers
2
NormalizeEncodingPrefixes
Function · 0.45
EncodingHintByName
Function · 0.45
Calls
2
find
Function · 0.50
end
Function · 0.50
Tested by
no test coverage detected