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

Method getTrigger

src/Controllers/HooksController.js:46–51  ·  view source on GitHub ↗
(className, triggerName)

Source from the content-addressed store, hash-verified

44 }
45
46 getTrigger(className, triggerName) {
47 return this._getHooks({
48 className: className,
49 triggerName: triggerName,
50 }).then(results => results[0]);
51 }
52
53 getTriggers() {
54 return this._getHooks({

Callers 5

createHookMethod · 0.95
updateHookMethod · 0.95
checkTriggersFunction · 0.80
handleGetTriggersMethod · 0.80
ParseHooks.spec.jsFile · 0.80

Calls 1

_getHooksMethod · 0.95

Tested by

no test coverage detected