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

Method Swap

net/http/headers.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void HttpHeaders::Swap(HttpHeaders* rhs) {
207 m_headers.swap(rhs->m_headers);
208}
209
210} // namespace toft

Callers 1

swapFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected