Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
629
export
function
setOriginalFsImplementation(): void {
630
activeFs = NodeFsOperations
631
}
632
633
export
type
ReadFileRangeResult = {
634
content: string
Callers
1
path.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected