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

Function existsSync

src/utils/fsOperations.ts:389–392  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

387 },
388
389 existsSync(fsPath) {
390 using _ = slowLogging`fs.existsSync(${fsPath})`
391 return fs.existsSync(fsPath)
392 },
393
394 async stat(fsPath) {
395 return statPromise(fsPath)

Callers 3

fireRawReadFunction · 0.90
mainFunction · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected