* 获取文件的安全存储路径
(filePath: string)
| 71 | * 获取文件的安全存储路径 |
| 72 | */ |
| 73 | private getStoragePathForFile(filePath: string): string { |
| 74 | return this.fileMappingStore.getStoragePathForFile(filePath); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * 获取文件的所有高亮数据 |
no outgoing calls
no test coverage detected