MCPcopy Index your code
hub / github.com/codeaashu/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 4

git.tsFile · 0.90
getProjectDirsUpToHomeFunction · 0.90
getGitIndexMtimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected