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

Function readlinkSync

src/utils/fsOperations.ts:518–521  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

516 },
517
518 readlinkSync(path: string) {
519 using _ = slowLogging`fs.readlinkSync(${path})`
520 return fs.readlinkSync(path)
521 },
522
523 realpathSync(path: string) {
524 using _ = slowLogging`fs.realpathSync(${path})`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected