MCPcopy Create free account
hub / github.com/Noumena-Network/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 8

git.tsFile · 0.90
pushIfExistingDirFunction · 0.90
getGitIndexMtimeFunction · 0.90
walkFunction · 0.85
getSourceFamiliesFunction · 0.85
walkFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected