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

Method pushResponse

src/LiveQuery/Client.js:50–53  ·  view source on GitHub ↗
(parseWebSocket: any, message: Message)

Source from the content-addressed store, hash-verified

48 }
49
50 static pushResponse(parseWebSocket: any, message: Message): void {
51 logger.verbose('Push Response : %j', message);
52 parseWebSocket.send(message);
53 }
54
55 static pushError(
56 parseWebSocket: any,

Callers 3

pushErrorMethod · 0.80
_pushEventMethod · 0.80
Client.spec.jsFile · 0.80

Calls 2

verboseMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected