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

Function mountOnto

src/batch.js:7–11  ·  view source on GitHub ↗
(router)

Source from the content-addressed store, hash-verified

5
6// Mounts a batch-handler onto a PromiseRouter.
7function mountOnto(router) {
8 router.route('POST', batchPath, req => {
9 return handleBatch(router, req);
10 });
11}
12
13function parseURL(urlString) {
14 try {

Callers

nothing calls this directly

Calls 2

handleBatchFunction · 0.85
routeMethod · 0.80

Tested by

no test coverage detected