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

Method get

include/curl_share.h:167–169  ·  view source on GitHub ↗

Implementation of underlying share getter method.

Source from the content-addressed store, hash-verified

165
166 // Implementation of underlying share getter method.
167 inline CURLSH *curl_share::get() const {
168 return this->curl;
169 }
170}
171
172#endif /* defined(CURLCPP_CURL_SHARE_H) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected