MCPcopy Create free account
hub / github.com/socketstream/socketstream / ws

Function ws

lib/websocket/transport.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 return active? active.http: null;
15 },
16 get ws() {
17 return active? active.ws: null;
18 },
19 use: function(nameOrModule, cfg) {
20 mid = nameOrModule;
21 config = cfg || config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected