Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
{ inspect } from
'util'
;
6
7
export
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