MCPcopy 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
26void HttpHeaders::ToString(std::string* result) const {
27 result->clear();
28 AppendToString(result);
29}
30
31std::string HttpHeaders::ToString() const {
32 std::string result;

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
OnReadableMethod · 0.45
OnAcceptMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36