MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

script/computerd-stub-soak.mjs:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// public newWebSocketRpcSession() helper discards the session object.
51
52class WebSocketTransport {
53 constructor(webSocket) {
54 this._ws = webSocket;
55 this._sendQueue = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected