| 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. |
| 713 | export default class SchemaController { |
| 714 | _dbAdapter: StorageAdapter; |
| 715 | schemaData: { [string]: Schema }; |
| 716 | reloadDataPromise: ?Promise<any>; |
nothing calls this directly
no outgoing calls
no test coverage detected