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

Function httpsGetJson

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

Source from the content-addressed store, hash-verified

60}
61
62async function httpsGetJson(url: string) {
63 const buffer = await httpsGetBuffer(url);
64 return JSON.parse(buffer.toString());
65}
66
67async function httpsGetZip(url: string) {
68 const buffer = await httpsGetBuffer(url);

Callers 1

downloadWhichKeyFunction · 0.85

Calls 2

httpsGetBufferFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected