MCPcopy Create free account
hub / github.com/claude-code-internals/claude-code-runnable / 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 6

fireRawReadFunction · 0.90
tryPowerShellDownloadFunction · 0.85
tryCurlDownloadFunction · 0.85
extractZipFunction · 0.85
extractTarGzFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected