MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / killAll

Method killAll

app/public/socketcluster-client.js:7661–7663  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

7659 }
7660
7661 killAll(value) {
7662 this._mainStream.kill(value);
7663 }
7664
7665 killConsumer(consumerId, value) {
7666 this._mainStream.killConsumer(consumerId, value);

Callers 1

Calls 1

killMethod · 0.45

Tested by

no test coverage detected