Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsValid
Method
IsValid
libs/coding/url.hpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
static Url FromString(std::string const & url);
20
21
bool IsValid() const { return !m_scheme.empty(); }
22
23
std::string const & GetScheme() const { return m_scheme; }
24
std::string const & GetHost() const { return m_host; }
Callers
4
UNIT_TEST
Function · 0.45
HandleWrapper
Method · 0.45
~TestUrl
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
4
UNIT_TEST
Function · 0.36
HandleWrapper
Method · 0.36
~TestUrl
Method · 0.36
UNIT_TEST
Function · 0.36