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

Function gotTarget

lib/fs.js:3510–3514  ·  view source on GitHub ↗
(err, target)

Source from the content-addressed store, hash-verified

3508 }
3509
3510 function gotTarget(err, target) {
3511 if (err) return callback(err);
3512
3513 gotResolvedLink(pathModule.resolve(previous, target));
3514 }
3515
3516 function gotResolvedLink(resolvedLink) {
3517 // Resolve the link, then start over

Callers 1

gotStatFunction · 0.85

Calls 3

gotResolvedLinkFunction · 0.85
callbackFunction · 0.50
resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…