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

Method get

include/curl_form.h:140–142  ·  view source on GitHub ↗

Implementation of getter method that returns the list head.

Source from the content-addressed store, hash-verified

138
139 // Implementation of getter method that returns the list head.
140 inline const struct curl_httppost *curl_form::get() const {
141 return this->form_post;
142 }
143
144 /**
145 * Re-declaring template curl_pair, in case this is not in include path

Callers 2

addMethod · 0.45
secondMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected