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

Method className

src/Routers/ClassesRouter.js:18–20  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

16
17export class ClassesRouter extends PromiseRouter {
18 className(req) {
19 return req.params.className;
20 }
21
22 handleFind(req) {
23 const body = Object.assign(req.body || {}, ClassesRouter.JSONFromQuery(req.query));

Callers 5

handleFindMethod · 0.95
handleGetMethod · 0.95
handleCreateMethod · 0.95
handleUpdateMethod · 0.95
handleDeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected