Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ToString
Method
ToString
net/http/headers.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void HttpHeaders::ToString(std::string* result) const {
27
result->clear();
28
AppendToString(result);
29
}
30
31
std::string HttpHeaders::ToString() const {
32
std::string result;
Callers
5
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
OnReadable
Method · 0.45
OnAccept
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36