MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / write

Method write

app/public/socketcluster-client.js:7594–7602  ·  view source on GitHub ↗
(streamName, value)

Source from the content-addressed store, hash-verified

7592 }
7593
7594 write(streamName, value) {
7595 this._mainStream.write({
7596 stream: streamName,
7597 data: {
7598 value,
7599 done: false
7600 }
7601 });
7602 }
7603
7604 close(streamName, value) {
7605 this._mainStream.write({

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected