MCPcopy Create free account
hub / github.com/audacity/audacity / appendCookies

Method appendCookies

libraries/lib-network-manager/curl/CurlHandleManager.cpp:173–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173CURLcode CurlHandleManager::Handle::appendCookies (const CookiesList& cookies)noexcept
174{
175 for (const Cookie& cookie : cookies)
176 {
177 const CURLcode result = appendCookie (cookie);
178
179 if (result != CURLE_OK)
180 return result;
181 }
182
183 return CURLE_OK;
184}
185
186void CurlHandleManager::Handle::appendHeader (const Header& header)
187{

Callers 1

performMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected