| 56 | // ParseServer works like a constructor of an express app. |
| 57 | // https://parseplatform.org/parse-server/api/master/ParseServerOptions.html |
| 58 | class ParseServer { |
| 59 | _app: any; |
| 60 | config: any; |
| 61 | server: any; |
nothing calls this directly
no outgoing calls
no test coverage detected