Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CronToolsRuntime.test.ts
File · 0.90
getLocalAgentMemoryDir
Function · 0.90
getAgentMemoryDir
Function · 0.90
getSnapshotRootForProject
Function · 0.90
getAgentDirectoryPath
Function · 0.90
getReadableCronFilePath
Function · 0.90
debug.test.ts
File · 0.90
getLocalInstallDir
Function · 0.90
getWorktreesDir
Function · 0.90
cronTasks.path.test.ts
File · 0.90
isRunningFromSourceBuild
Function · 0.90
toolResultStorage.budget.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
1
waitForFile
Function · 0.72