Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ArtifactTool.test.ts
File · 0.90
checkPathExists
Function · 0.90
resolveBuiltinWithFallback
Function · 0.90
fireRawRead
Function · 0.90
state.test.ts
File · 0.90
findLocalBinary
Function · 0.90
_loadProvidersInternal
Function · 0.90
readProjectsRegistry
Function · 0.90
projectContext.test.ts
File · 0.90
state.test.ts
File · 0.90
loadCustomModes
Function · 0.90
getStateDir
Function · 0.85
Calls
no outgoing calls
Tested by
2
findSkillMdFiles
Function · 0.68
ensureCliBundle
Function · 0.68