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

Function GetHttpPrefixSize

library/cpp/string_utils/url/url.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108} // namespace NUrl
109
110size_t GetHttpPrefixSize(const char* url, bool ignorehttps) noexcept {
111 return GetHttpPrefixSizeImpl<char>(url, TUncheckedSize(), ignorehttps);
112}
113
114size_t GetHttpPrefixSize(const wchar16* url, bool ignorehttps) noexcept {
115 return GetHttpPrefixSizeImpl<wchar16>(url, TUncheckedSize(), ignorehttps);

Callers 2

GetHostAndPortImplFunction · 0.85
GetPathAndQueryFunction · 0.85

Calls 4

TUncheckedSizeClass · 0.85
TKnownSizeClass · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected