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

Function isClosing

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

Source from the content-addressed store, hash-verified

14859 }
14860 __name(isEstablished, "isEstablished");
14861 function isClosing(readyState) {
14862 return readyState === states.CLOSING;
14863 }
14864 __name(isClosing, "isClosing");
14865 function isClosed(readyState) {
14866 return readyState === states.CLOSED;

Callers 3

closeWebSocketConnectionFunction · 0.70
sendMethod · 0.70
pingMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected