(path: string, cache: FileTypeCache, refresh: boolean)
| 164 | } |
| 165 | |
| 166 | public updateFileCache (path: string, cache: FileTypeCache, refresh: boolean) { |
| 167 | this.adapterForPath(path).updateFileCache(path, cache, refresh); |
| 168 | } |
| 169 | |
| 170 | |
| 171 | public readFileFragments (file: AFile, fragmentType: string, query?: string) { |
nothing calls this directly
no test coverage detected