MCPcopy
hub / github.com/parse-community/parse-server / checkLiveQuery

Function checkLiveQuery

src/rest.js:25–27  ·  view source on GitHub ↗
(className, config)

Source from the content-addressed store, hash-verified

23}
24
25function checkLiveQuery(className, config) {
26 return config.liveQueryController && config.liveQueryController.hasLiveQuery(className);
27}
28async function runFindTriggers(
29 config,
30 auth,

Callers 2

delFunction · 0.85
updateFunction · 0.85

Calls 1

hasLiveQueryMethod · 0.80

Tested by

no test coverage detected