(file: AFile)
| 73 | } |
| 74 | |
| 75 | public contentTypes (file: AFile) { |
| 76 | return ['schemas', 'fields', 'tables', 'field', 'table', 'schema', 'field', 'mdbTable', 'mdbTables', 'mdbFrame', 'mdbCommand', 'mdbCommands'] as Array<keyof MDBContent>; |
| 77 | } |
| 78 | public cacheTypes (file: AFile) { |
| 79 | return ['schemas', 'fields', 'tables'] as Array<keyof MDB>; |
| 80 | } |
no outgoing calls
no test coverage detected