MCPcopy 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_TESTFunction · 0.45
HandleWrapperMethod · 0.45
~TestUrlMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 4

UNIT_TESTFunction · 0.36
HandleWrapperMethod · 0.36
~TestUrlMethod · 0.36
UNIT_TESTFunction · 0.36