MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / realpathSync

Function realpathSync

source code/utils/fsOperations.ts:525–528  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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

Callers 2

git.tsFile · 0.90
getInitialStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected