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

Method CurlIo

src/basicio.cpp:1721–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719}
1720
1721CurlIo::CurlIo(const std::string& url, size_t blockSize) {
1722 p_ = std::make_unique<CurlImpl>(url, blockSize);
1723}
1724
1725#endif
1726

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected