MCPcopy Create free account
hub / github.com/deployd/deployd / image

Function image

test-app/public/mocha.js:1100–1102  ·  view source on GitHub ↗

* Return image `name` path. * * @private * @param {string} name * @return {string}

(name)

Source from the content-addressed store, hash-verified

1098 * @return {string}
1099 */
1100 function image(name) {
1101 return path.join(__dirname, '..', 'assets', 'growl', name + '.png');
1102 }
1103
1104 /**
1105 * Set up mocha with `options`.

Callers 1

mocha.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected