| 83 | type WriteFileOptions = BufferEncoding | { encoding?: BufferEncoding; recursive?: boolean }; |
| 84 | |
| 85 | export class FileSystemApi { |
| 86 | constructor(private readonly channel: MessageSender) {} |
| 87 | |
| 88 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected