MCPcopy
hub / github.com/linuxfoundation/crowd.dev / disconnectSocket

Function disconnectSocket

frontend/src/modules/auth/auth-socket.js:121–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119};
120
121export const disconnectSocket = () => {
122 if (socketIoClient) {
123 socketIoClient.disconnect();
124 }
125};

Callers 1

doInitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected