MCPcopy Index your code
hub / github.com/deployd/deployd / write

Function write

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

* Stdout helper. * * @param {string} string A message to write to stdout.

(string)

Source from the content-addressed store, hash-verified

3687 * @param {string} string A message to write to stdout.
3688 */
3689 function write(string) {
3690 process.stdout.write(string);
3691 }
3692
3693 }).call(this,require('_process'))
3694 },{"../utils":36,"./base":16,"_process":56}],28:[function(require,module,exports){

Callers 3

NyanCatFunction · 0.85
drawFunction · 0.85
mocha.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected