Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ Clear
Method
Clear
net/uri/query_params.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void QueryParams::Clear()
144
{
145
m_params.clear();
146
}
147
148
void QueryParams::Add(const QueryParam& param)
149
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected