MCPcopy Create free account
hub / github.com/Tracktion/choc / addFileFromStream

Method addFileFromStream

choc/containers/choc_ZipFile.h:737–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737inline void ZipWriter::addFileFromStream (std::string_view path,
738 std::istream& source,
739 ZipWriter::CompressionLevel level)
740{
741 pimpl->addFileImpl (path, &source, {}, level);
742}
743
744inline void ZipWriter::addFolder (std::string_view path)
745{

Callers 1

choc_tests.hFile · 0.80

Calls 1

addFileImplMethod · 0.80

Tested by

no test coverage detected