MCPcopy Create free account
hub / github.com/nodejs/node / urlMessage

Method urlMessage

deps/npm/lib/commands/fund.js:207–212  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

205 }
206
207 urlMessage (source) {
208 const { type, url } = source
209 const typePrefix = type ? `${type} funding` : 'Funding'
210 const message = `${typePrefix} available at the following URL`
211 return [url, message]
212 }
213}
214
215module.exports = Fund

Callers 1

openFundingUrlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected