MCPcopy Create free account
hub / github.com/parse-community/parse-server / runLiveQueryEventHandlers

Function runLiveQueryEventHandlers

src/triggers.js:1035–1040  ·  view source on GitHub ↗
(data, applicationId = Parse.applicationId)

Source from the content-addressed store, hash-verified

1033}
1034
1035export function runLiveQueryEventHandlers(data, applicationId = Parse.applicationId) {
1036 if (!_triggerStore || !_triggerStore[applicationId] || !_triggerStore[applicationId].LiveQuery) {
1037 return;
1038 }
1039 _triggerStore[applicationId].LiveQuery.forEach(handler => handler(data));
1040}
1041
1042export function getRequestFileObject(triggerType, auth, fileObject, config) {
1043 const request = {

Callers 4

_onConnectMethod · 0.90
_handleConnectMethod · 0.90
_handleSubscribeMethod · 0.90
_handleUnsubscribeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…