Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ send
Method
send
src/LiveQuery/ParseWebSocketServer.js:62–64 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
60
}
61
62
send(message: any): void {
63
this.ws.send(message);
64
}
65
}
Callers
1
pushResponse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected