MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / createJSZip

Function createJSZip

src/pkg/utils/jszip-x.ts:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146export const createJSZip = () => {
147 return new JSZippZipFile();
148};
149
150export const loadAsyncJSZip = async (content: InputFileFormat): Promise<JSZipFile> => {
151 return createJSZip().loadAsync(content);

Callers 6

CloudScriptPlanFunction · 0.90
createTestZipFunction · 0.90
backup.test.tsFile · 0.90
requestExportMethod · 0.90
backupToCloudMethod · 0.90
loadAsyncJSZipFunction · 0.85

Calls

no outgoing calls

Tested by 1

createTestZipFunction · 0.72