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

Method Clear

net/http/headers.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void HttpHeaders::Clear() {
203 m_headers.clear();
204}
205
206void HttpHeaders::Swap(HttpHeaders* rhs) {
207 m_headers.swap(rhs->m_headers);

Callers 3

TESTFunction · 0.45
ClearVersionMethod · 0.45
ResetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

TESTFunction · 0.36