MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_forms

Class curl_forms

src/curl_form.cpp:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148void curl_form::add(const curl_pair<CURLformoption,string> &form_name, const vector<string> &files) {
149 const size_t size = files.size();
150 struct curl_forms *new_files;
151 this->is_null(new_files = new struct curl_forms[size]);
152
153 for (size_t i = 0; i < size; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected