Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ statSync
Function
statSync
src/utils/fsOperations.ts:435–438 ·
view source on GitHub ↗
(fsPath)
Source
from the content-addressed store, hash-verified
433
},
434
435
statSync(fsPath) {
436
using _ = slowLogging`fs.statSync(${fsPath})`
437
return
fs.statSync(fsPath)
438
},
439
440
lstatSync(fsPath) {
441
using _ = slowLogging`fs.lstatSync(${fsPath})`
Callers
13
git.ts
File · 0.90
getProjectDirsUpToHome
Function · 0.90
convertToSandboxRuntimeConfig
Function · 0.90
tailLog
Function · 0.90
getGitIndexMtime
Function · 0.90
accounts.test.ts
File · 0.85
getEntryBounded
Function · 0.85
findSkillMdFiles
Function · 0.85
store.test.ts
File · 0.85
detectMusl
Function · 0.85
tryPowerShellDownload
Function · 0.85
tryCurlDownload
Function · 0.85
Calls
no outgoing calls
Tested by
1
findSkillMdFiles
Function · 0.68