MCPcopy Create free account
hub / github.com/share/sharedb / StreamSocket

Function StreamSocket

lib/stream-socket.js:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3var util = require('./util');
4
5function StreamSocket() {
6 this.readyState = 0;
7 this.stream = new ServerStream(this);
8}
9module.exports = StreamSocket;
10
11StreamSocket.prototype._open = function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…