MCPcopy Index your code
hub / github.com/nodejs/node / start

Method start

test/parallel/test-whatwg-readablestream.js:1108–1113  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

1106 cancelCalled = false;
1107
1108 start(controller) {
1109 // eslint-disable-next-line node-core/must-call-assert
1110 assert.strictEqual(this, source);
1111 this.startCalled = true;
1112 controller.enqueue('a');
1113 }
1114
1115 pull() {
1116 // eslint-disable-next-line node-core/must-call-assert

Callers

nothing calls this directly

Calls 6

closeMethod · 0.65
createReadStreamFunction · 0.50
enqueueMethod · 0.45
onMethod · 0.45
onceMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected