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

Function isWarned

test/parallel/test-readline-interface.js:47–53  ·  view source on GitHub ↗
(emitter)

Source from the content-addressed store, hash-verified

45}
46
47function isWarned(emitter) {
48 for (const name in emitter) {
49 const listeners = emitter[name];
50 if (listeners?.warned) return true;
51 }
52 return false;
53}
54
55function getInterface(options) {
56 const fi = new FakeInput();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…