| 88 | // WriteFileContent union includes ReadableStream<Uint8Array> for |
| 89 | // the same reason. |
| 90 | export class WorkspaceFilesystemStub extends RpcTarget { |
| 91 | readonly #ws: Workspace; |
| 92 | |
| 93 | constructor(ws: Workspace) { |
nothing calls this directly
no outgoing calls
no test coverage detected