Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
812
void URI::Clear()
813
{
814
m_scheme.clear();
815
ClearAuthority();
816
m_path.clear();
817
ClearQuery();
818
ClearFragment();
819
}
820
821
std::string& URI::ToString(std::string* result) const
822
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected