MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getFsImplementation

Function getFsImplementation

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

Source from the content-addressed store, hash-verified

619 * @returns The currently active filesystem implementation
620 */
621export function getFsImplementation(): FsOperations {
622 return activeFs
623}
624
625/**
626 * Resets the filesystem implementation to the default Node.js implementation.

Callers 15

getStepsFunction · 0.85
loadSettingsFromFlagFunction · 0.85
validatePathFunction · 0.85
validateInputFunction · 0.85
callInnerFunction · 0.85
readImageWithTokenBudgetFunction · 0.85
validateInputFunction · 0.85
callFunction · 0.85
validateInputFunction · 0.85
callFunction · 0.85
applySedEditFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected