MCPcopy
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.tsFile · 0.90
getProjectDirsUpToHomeFunction · 0.90
tailLogFunction · 0.90
getGitIndexMtimeFunction · 0.90
accounts.test.tsFile · 0.85
getEntryBoundedFunction · 0.85
findSkillMdFilesFunction · 0.85
store.test.tsFile · 0.85
detectMuslFunction · 0.85
tryPowerShellDownloadFunction · 0.85
tryCurlDownloadFunction · 0.85

Calls

no outgoing calls

Tested by 1

findSkillMdFilesFunction · 0.68