MCPcopy Create free account
hub / github.com/Clarionos/clarion / url

Method url

libraries/fc/src/network/url.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 url::url( const fc::string& u )
110 :my( std::make_shared<detail::url_impl>() )
111 {
112 my->parse(u);
113 }
114
115 std::shared_ptr<detail::url_impl> get_null_url()
116 {

Callers

nothing calls this directly

Calls 2

get_null_urlFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected