Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void HttpHeaders::Swap(HttpHeaders* rhs) {
207
m_headers.swap(rhs->m_headers);
208
}
209
210
} // namespace toft
Callers
1
swap
Function · 0.45
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected