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

Method enqueue

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

Source from the content-addressed store, hash-verified

102 }
103
104 enqueue(nesting, loc, name, type, testId, parentId, tags) {
105 this[kEmitMessage]('test:enqueue', {
106 __proto__: null,
107 nesting,
108 name,
109 type,
110 testId,
111 parentId,
112 tags: ArrayPrototypeSlice(tags),
113 ...loc,
114 });
115 }
116
117 dequeue(nesting, loc, name, type, testId, parentId, tags) {
118 this[kEmitMessage]('test:dequeue', {

Callers 15

readNextFunction · 0.45
startMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
startFunction · 0.45
pullFunction · 0.45
pullFunction · 0.45
pullFunction · 0.45
pullFunction · 0.45
transformFunction · 0.45
pullFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected