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

Function parseParams

src/Routers/FunctionsRouter.js:60–62  ·  view source on GitHub ↗
(params, config)

Source from the content-addressed store, hash-verified

58}
59
60function parseParams(params, config) {
61 return _.mapValues(params, item => parseObject(item, config));
62}
63
64export class FunctionsRouter extends PromiseRouter {
65 mountRoutes() {

Callers 3

parseObjectFunction · 0.85
handleCloudJobMethod · 0.85
handleCloudFunctionMethod · 0.85

Calls 1

parseObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…