()
| 627 | * Note: This function does not automatically update cwd. |
| 628 | */ |
| 629 | export function setOriginalFsImplementation(): void { |
| 630 | activeFs = NodeFsOperations |
| 631 | } |
| 632 | |
| 633 | export type ReadFileRangeResult = { |
| 634 | content: string |
nothing calls this directly
no outgoing calls
no test coverage detected