MCPcopy
hub / github.com/claude-code-best/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 15

checkPathExistsFunction · 0.90
fireRawReadFunction · 0.90
state.test.tsFile · 0.90
findLocalBinaryFunction · 0.90
_loadProvidersInternalFunction · 0.90
readProjectsRegistryFunction · 0.90
state.test.tsFile · 0.90
loadCustomModesFunction · 0.90
getStateDirFunction · 0.85

Calls

no outgoing calls

Tested by 2

findSkillMdFilesFunction · 0.68
ensureCliBundleFunction · 0.68