MCPcopy
hub / github.com/codeaashu/claude-code / realpathSync

Function realpathSync

src/utils/fsOperations.ts:523–526  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

521 },
522
523 realpathSync(path: string) {
524 using _ = slowLogging`fs.realpathSync(${path})`
525 return fs.realpathSync(path).normalize('NFC')
526 },
527
528 mkdirSync(dirPath, options) {
529 using _ = slowLogging`fs.mkdirSync(${dirPath})`

Callers 2

git.tsFile · 0.90
getInitialStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected