MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / verifyDownloads

Function verifyDownloads

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

Source from the content-addressed store, hash-verified

190 );
191
192const verifyDownloads = version =>
193 Promise.all(downloadsTable(version).map(urlOrComingSoon));
194
195const findAuthorLogin = (version, section) => {
196 // looking for the @author part of the release header, e.g.:

Callers 1

fetchDocsFunction · 0.85

Calls 1

downloadsTableFunction · 0.90

Tested by

no test coverage detected