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

Method dequeue

lib/internal/test_runner/tests_stream.js:117–128  ·  view source on GitHub ↗
(nesting, loc, name, type, testId, parentId, tags)

Source from the content-addressed store, hash-verified

115 }
116
117 dequeue(nesting, loc, name, type, testId, parentId, tags) {
118 this[kEmitMessage]('test:dequeue', {
119 __proto__: null,
120 nesting,
121 name,
122 type,
123 testId,
124 parentId,
125 tags: ArrayPrototypeSlice(tags),
126 ...loc,
127 });
128 }
129
130 start(nesting, loc, name, testId, parentId, tags) {
131 this[kEmitMessage]('test:start', {

Callers 2

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected