MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / curlWriter

Function curlWriter

src/basicio.cpp:1756–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754
1755#ifdef EXV_USE_CURL
1756size_t curlWriter(char* data, size_t size, size_t nmemb, std::string* writerData) {
1757 if (!writerData)
1758 return 0;
1759 writerData->append(data, size * nmemb);
1760 return size * nmemb;
1761}
1762#endif
1763} // namespace Exiv2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected