(fileName: string, fileContent: string)
| 49 | destroy(): void; |
| 50 | |
| 51 | registerInMemoryFile(fileName: string, fileContent: string): void; |
| 52 | |
| 53 | registerDiskFile(fileName: string, absoluteDiskPath: string): void; |
| 54 |
no outgoing calls
no test coverage detected