Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
234
export
function
getFunction(functionName, applicationId) {
235
return
get(Category.Functions, functionName, applicationId);
236
}
237
238
export
function
getFunctionNames(applicationId) {
239
const
store =
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected