(private readonly channel: MessageSender)
| 84 | |
| 85 | export class FileSystemApi { |
| 86 | constructor(private readonly channel: MessageSender) {} |
| 87 | |
| 88 | /** |
| 89 | * Initialize the File System worker with the files. |
nothing calls this directly
no outgoing calls
no test coverage detected