(file: AFile, refString: string)
| 79 | return ['schemas', 'fields', 'tables'] as Array<keyof MDB>; |
| 80 | } |
| 81 | public getCacheTypeByRefString (file: AFile, refString: string) |
| 82 | { |
| 83 | return null as any; |
| 84 | } |
| 85 | public getCache (file: AFile, fragmentType: keyof MDB, query?: string) { |
| 86 | return this.cache.get(file.path)[fragmentType]; |
| 87 | } |
no outgoing calls
no test coverage detected