MCPcopy Index your code
hub / github.com/nodejs/nodejs.org / fetchShasums

Function fetchShasums

apps/site/scripts/release-post/index.mjs:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184};
185
186const fetchShasums = version =>
187 request({ url: URLS.NODE_SHASUM(version) }).then(
188 result => result.trim(),
189 () => '[INSERT SHASUMS HERE]'
190 );
191
192const verifyDownloads = version =>
193 Promise.all(downloadsTable(version).map(urlOrComingSoon));

Callers 1

fetchDocsFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected