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

Function urlOrComingSoon

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

Source from the content-addressed store, hash-verified

208};
209
210const urlOrComingSoon = binary => {
211 return request({ url: binary.url, method: 'HEAD' }).then(
212 () => `${binary.title}: ${binary.url}`,
213 () => `${binary.title}: *Coming soon*`
214 );
215};
216
217const renderPost = results => {
218 const blogTemplateSource = readFileSync(

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected