Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ interrupted
Method
interrupted
lib/internal/test_runner/tests_stream.js:171–176 ·
view source on GitHub ↗
(tests)
Source
from the content-addressed store, hash-verified
169
}
170
171
interrupted(tests) {
172
this[kEmitMessage](
'test:interrupted'
, {
173
__proto__: null,
174
tests,
175
});
176
}
177
178
end() {
179
this.#tryPush(null);
Callers
1
terminationHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected