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

Function removeFunction

src/triggers.js:176–178  ·  view source on GitHub ↗
(functionName, applicationId)

Source from the content-addressed store, hash-verified

174}
175
176export function removeFunction(functionName, applicationId) {
177 remove(Category.Functions, functionName, applicationId);
178}
179
180export function removeTrigger(type, className, applicationId) {
181 remove(Category.Triggers, `${type}.${className}`, applicationId);

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…