MCPcopy Create free account
hub / github.com/didi/mpx /

Class

packages/api-proxy/src/platform/api/socket/SocketTask.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const socketTasks = new Set()
5
6class SocketTask {
7 constructor (url, protocols) {
8 this._openCb = null
9 this._closeCb = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected