MCPcopy Create free account
hub / github.com/nodejs/node / isClosed

Function isClosed

deps/undici/undici.js:14865–14867  ·  view source on GitHub ↗
(readyState)

Source from the content-addressed store, hash-verified

14863 }
14864 __name(isClosing, "isClosing");
14865 function isClosed(readyState) {
14866 return readyState === states.CLOSED;
14867 }
14868 __name(isClosed, "isClosed");
14869 function fireEvent(e, target, eventFactory = (type, init) => new Event(type, init), eventInitDict = {}) {
14870 const event = eventFactory(e, eventInitDict);

Callers 2

closeWebSocketConnectionFunction · 0.70
pingMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected