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

Function linkSync

src/utils/fsOperations.ts:504–507  ·  view source on GitHub ↗
(target: string, path: string)

Source from the content-addressed store, hash-verified

502 },
503
504 linkSync(target: string, path: string) {
505 using _ = slowLogging`fs.linkSync(${target} → ${path})`
506 fs.linkSync(target, path)
507 },
508
509 symlinkSync(
510 target: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected