(path: string)
| 533 | provider: VirtualProvider |
| 534 | ): SessionFsProvider { |
| 535 | const sp = (path: string) => `/${session.sessionId}${path.startsWith("/") ? path : "/" + path}`; |
| 536 | |
| 537 | return { |
| 538 | async readFile(path: string): Promise<string> { |
no outgoing calls
no test coverage detected