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

Method end

lib/internal/test_runner/tests_stream.js:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 end() {
179 this.#tryPush(null);
180 }
181
182 [kEmitMessage](type, data) {
183 this.emit(type, data);

Callers 1

postRunMethod · 0.45

Calls 1

#tryPushMethod · 0.95

Tested by

no test coverage detected