MCPcopy Create free account
hub / github.com/freecodexyz/free-code / lstatSync

Function lstatSync

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

Source from the content-addressed store, hash-verified

438 },
439
440 lstatSync(fsPath) {
441 using _ = slowLogging`fs.lstatSync(${fsPath})`
442 return fs.lstatSync(fsPath)
443 },
444
445 readFileSync(fsPath, options) {
446 using _ = slowLogging`fs.readFileSync(${fsPath})`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected