(originalPath: string)
| 48 | } |
| 49 | |
| 50 | delete(originalPath: string): void { |
| 51 | this.fileMapping.delete(originalPath); |
| 52 | } |
| 53 | |
| 54 | getStoragePathForFile(filePath: string): string { |
| 55 | let safeFileName = this.fileMapping.get(filePath); |
no outgoing calls
no test coverage detected