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

Function triggerExists

src/triggers.js:230–232  ·  view source on GitHub ↗
(className: string, type: string, applicationId: string)

Source from the content-addressed store, hash-verified

228}
229
230export function triggerExists(className: string, type: string, applicationId: string): boolean {
231 return getTrigger(className, type, applicationId) != undefined;
232}
233
234export function getFunction(functionName, applicationId) {
235 return get(Category.Functions, functionName, applicationId);

Callers

nothing calls this directly

Calls 1

getTriggerFunction · 0.85

Tested by

no test coverage detected