Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void HttpHeaders::Clear() {
203
m_headers.clear();
204
}
205
206
void HttpHeaders::Swap(HttpHeaders* rhs) {
207
m_headers.swap(rhs->m_headers);
Callers
3
TEST
Function · 0.45
ClearVersion
Method · 0.45
Reset
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
TEST
Function · 0.36