(p)
| 1083 | // Use arrow function to capture `this` for private method access |
| 1084 | const toProviderPath = (p) => this.#toProviderPath(p); |
| 1085 | const toMountedPath = (p) => this.#toMountedPath(p); |
| 1086 | |
| 1087 | return ObjectFreeze({ |
| 1088 | async readFile(filePath, options) { |
nothing calls this directly
no test coverage detected