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

Function loadAsyncJSZip

src/pkg/utils/jszip-x.ts:150–152  ·  view source on GitHub ↗
(content: InputFileFormat)

Source from the content-addressed store, hash-verified

148};
149
150export const loadAsyncJSZip = async (content: InputFileFormat): Promise<JSZipFile> => {
151 return createJSZip().loadAsync(content);
152};
153
154export type JSZipFile = JSZippZipFile;
155

Callers 2

fetchDataFunction · 0.90
parseSkillZipFunction · 0.90

Calls 2

createJSZipFunction · 0.85
loadAsyncMethod · 0.80

Tested by

no test coverage detected