Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
export
const
disconnectSocket = () => {
122
if
(socketIoClient) {
123
socketIoClient.disconnect();
124
}
125
};
Callers
1
doInit
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected