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

Class

src/Controllers/SchemaController.js:713–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711// Stores the entire schema of the app in a weird hybrid format somewhere between
712// the mongo format and the Parse format. Soon, this will all be Parse format.
713export default class SchemaController {
714 _dbAdapter: StorageAdapter;
715 schemaData: { [string]: Schema };
716 reloadDataPromise: ?Promise<any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected