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

Function IsSchemeChar

library/cpp/string_utils/url/url.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366static inline bool IsSchemeChar(char c) noexcept {
367 return IsAsciiAlnum(c); //what about '+' ?..
368}
369
370static bool HasPrefix(const TStringBuf url) noexcept {
371 TStringBuf scheme, unused;

Callers

nothing calls this directly

Calls 1

IsAsciiAlnumFunction · 0.85

Tested by

no test coverage detected