MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / setOriginalFsImplementation

Function setOriginalFsImplementation

src/utils/fsOperations.ts:629–631  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627 * Note: This function does not automatically update cwd.
628 */
629export function setOriginalFsImplementation(): void {
630 activeFs = NodeFsOperations
631}
632
633export type ReadFileRangeResult = {
634 content: string

Callers 1

path.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected