MCPcopy Create free account
hub / github.com/comaps/comaps / GetHostAndPath

Method GetHostAndPath

libs/coding/url.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 std::string const & GetHost() const { return m_host; }
25 std::string const & GetPath() const { return m_path; }
26 std::string GetHostAndPath() const { return m_host + '/' + m_path; }
27
28 template <class FnT>
29 void ForEachParam(FnT && fn) const

Callers 2

UNIT_TESTFunction · 0.80
ParseMethod · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64