Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-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
2
fireRawRead
Function · 0.90
build.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected