MCPcopy Create free account
hub / github.com/Noumena-Network/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

getLocalAgentMemoryDirFunction · 0.90
getAgentMemoryDirFunction · 0.90
getAgentDirectoryPathFunction · 0.90
getReadableCronFilePathFunction · 0.90
debug.test.tsFile · 0.90
getLocalInstallDirFunction · 0.90
getWorktreesDirFunction · 0.90
isRunningFromSourceBuildFunction · 0.90

Calls

no outgoing calls

Tested by 1

waitForFileFunction · 0.72