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

Class

src/ParseServer.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// ParseServer works like a constructor of an express app.
57// https://parseplatform.org/parse-server/api/master/ParseServerOptions.html
58class ParseServer {
59 _app: any;
60 config: any;
61 server: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected