Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
fireRawRead
Function · 0.90
main
Function · 0.90
setup
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected