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

Function unparsePerson

deps/npm/lib/commands/view.js:462–463  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

460}
461
462const unparsePerson = (d) =>
463 `${d.name}${d.email ? ` <${d.email}>` : ''}${d.url ? ` (${d.url})` : ''}`
464
465function getCompletionFields (d, f = [], pref = []) {
466 Object.entries(d).forEach(([k, v]) => {

Callers 2

#prettyViewMethod · 0.85
cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected