MCPcopy Index your code
hub / github.com/parse-community/parse-server /

Class

src/LiveQuery/ParseWebSocketServer.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { inspect } from 'util';
6
7export class ParseWebSocketServer {
8 server: Object;
9
10 constructor(server: any, onConnect: Function, config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected