MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / statSync

Function statSync

source code/utils/fsOperations.ts:437–440  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

435 },
436
437 statSync(fsPath) {
438 using _ = slowLogging`fs.statSync(${fsPath})`
439 return fs.statSync(fsPath)
440 },
441
442 lstatSync(fsPath) {
443 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