MCPcopy
hub / github.com/gildas-lormeau/zip.js / exportWritable

Method exportWritable

index-native.cjs:6381–6384  ·  view source on GitHub ↗
(writable = new WritableStream(), options = {})

Source from the content-addressed store, hash-verified

6379 }
6380
6381 async exportWritable(writable = new WritableStream(), options = {}) {
6382 await this.exportZip({ writable }, options);
6383 return writable;
6384 }
6385
6386 async importZip(reader, options = {}) {
6387 await initStream(reader);

Callers

nothing calls this directly

Calls 1

exportZipMethod · 0.95

Tested by

no test coverage detected