Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EsperoTech/yaade
/ cleanup
Function
cleanup
client/src/utils/websocket.ts:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
};
36
37
const
cleanup = () => {
38
clearTimeout(timeoutId);
39
ws.removeEventListener(
'message'
, messageHandler);
40
};
41
ws.addEventListener(
'message'
, messageHandler);
42
43
ws.send(JSON.stringify(msg));
Callers
4
sendMessageToWebsocket
Function · 0.85
messageHandler
Function · 0.85
bootJasmine
Function · 0.85
jasmine.js
File · 0.85
Calls
1
clearTimeout
Function · 0.50
Tested by
no test coverage detected