MCPcopy 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
143void QueryParams::Clear()
144{
145 m_params.clear();
146}
147
148void QueryParams::Add(const QueryParam& param)
149{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected