Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JosephP91/curlcpp
/ curl_slist
Class
curl_slist
src/curl_header.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
curl_slist_free_all(this->headers);
40
struct curl_slist *tmp_ptr = header.headers;
41
while (tmp_ptr != nullptr)
42
{
43
this->add(tmp_ptr->data);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected