MCPcopy
hub / github.com/meteor/meteor / write

Method write

tools/tool-testing/run.js:310–313  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

308
309 // Send 'string' to the program on its stdin.
310 write(string) {
311 this._ensureStarted();
312 this.proc.stdin.write(string);
313 }
314
315 // Kill the program and then wait for it to actually exit.
316 stop() {

Callers 15

onConnectMethod · 0.45
project-context.jsFile · 0.45
upgraders.jsFile · 0.45
_ensureStartedMethod · 0.45
tellMongoMethod · 0.45
loginFunction · 0.45
galaxy-utils.jsFile · 0.45
http-helpers.jsFile · 0.45
utils.jsFile · 0.45
showErrorPageFunction · 0.45

Calls 1

_ensureStartedMethod · 0.95

Tested by

no test coverage detected