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

Method constructor

src/Controllers/UserController.js:14–16  ·  view source on GitHub ↗
(adapter, appId, options = {})

Source from the content-addressed store, hash-verified

12
13export class UserController extends AdaptableController {
14 constructor(adapter, appId, options = {}) {
15 super(adapter, appId, options);
16 }
17
18 get config() {
19 return Config.get(this.appId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected