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

Method wait

src/SchemaMigrations/DefinedSchemas.js:156–158  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

154
155 // Required for testing purpose
156 wait(time: number) {
157 return new Promise<void>(resolve => setTimeout(resolve, time));
158 }
159
160 async enforceCLPForNonProvidedClass(): Promise<void> {
161 const nonProvidedClasses = this.allCloudSchemas.filter(

Callers 1

executeMigrationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected