MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / httpsGetZip

Function httpsGetZip

src/test/runTest-web.ts:67–70  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

65}
66
67async function httpsGetZip(url: string) {
68 const buffer = await httpsGetBuffer(url);
69 return new AdmZip(buffer);
70}
71
72// Get the latest release of vscode-which-key
73async function downloadWhichKey() {

Callers 1

downloadWhichKeyFunction · 0.85

Calls 1

httpsGetBufferFunction · 0.85

Tested by

no test coverage detected