MCPcopy Index your code
hub / github.com/nodejs/node / copyLink

Function copyLink

lib/internal/fs/cp/cp-sync.js:239–242  ·  view source on GitHub ↗
(resolvedSrc, dest)

Source from the content-addressed store, hash-verified

237}
238
239function copyLink(resolvedSrc, dest) {
240 unlinkSync(dest);
241 return symlinkSync(resolvedSrc, dest);
242}
243
244module.exports = { cpSyncFn };

Callers 1

onLinkFunction · 0.70

Calls 2

unlinkSyncFunction · 0.85
symlinkSyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…