()
| 40 | } |
| 41 | |
| 42 | getMappedFiles(): string[] { |
| 43 | return Array.from(this.fileMapping.keys()); |
| 44 | } |
| 45 | |
| 46 | set(originalPath: string, safeFileName: string): void { |
| 47 | this.fileMapping.set(originalPath, safeFileName); |
no outgoing calls
no test coverage detected