MCPcopy Create free account
hub / github.com/ethanniser/the-beth-stack / close

Function close

packages/beth-stack/src/cli/index.ts:22–25  ·  view source on GitHub ↗
(ws)

Source from the content-addressed store, hash-verified

20 wsConnections.add(ws);
21 },
22 close(ws) {
23 // console.log("close");
24 wsConnections.delete(ws);
25 },
26 // message(ws, message) {
27 // console.log("message", message);
28 // },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected