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

Function getFunction

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

Source from the content-addressed store, hash-verified

232}
233
234export function getFunction(functionName, applicationId) {
235 return get(Category.Functions, functionName, applicationId);
236}
237
238export function getFunctionNames(applicationId) {
239 const store =

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected