Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
146
export
const
createJSZip = () => {
147
return
new
JSZippZipFile();
148
};
149
150
export
const
loadAsyncJSZip =
async
(content: InputFileFormat): Promise<JSZipFile> => {
151
return
createJSZip().loadAsync(content);
Callers
6
CloudScriptPlan
Function · 0.90
createTestZip
Function · 0.90
backup.test.ts
File · 0.90
requestExport
Method · 0.90
backupToCloud
Method · 0.90
loadAsyncJSZip
Function · 0.85
Calls
no outgoing calls
Tested by
1
createTestZip
Function · 0.72