MCPcopy Create free account
hub / github.com/chen3feng/toft / Clear

Method Clear

net/uri/uri.cpp:812–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void URI::Clear()
813{
814 m_scheme.clear();
815 ClearAuthority();
816 m_path.clear();
817 ClearQuery();
818 ClearFragment();
819}
820
821std::string& URI::ToString(std::string* result) const
822{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected