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

Method resolve

lib/diagnostics_channel.js:559–566  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

557 }
558
559 function resolve(result) {
560 context.result = result;
561 // Use continuation window for asyncStart/asyncEnd
562 // eslint-disable-next-line no-unused-vars
563 using scope = continuationWindow.withScope(context);
564 // TODO: Is there a way to have asyncEnd _after_ the continuation?
565 return result;
566 }
567
568 // eslint-disable-next-line no-unused-vars
569 using scope = this.#callWindow.withScope(context);

Callers 15

configure_intlFunction · 0.45
make_bin_overrideFunction · 0.45
urlResolveFunction · 0.45
relativeFunction · 0.45
toNamespacedPathFunction · 0.45
eventHandlerFunction · 0.45
closeHandlerFunction · 0.45
symlinkFunction · 0.45
symlinkSyncFunction · 0.45
watchFileFunction · 0.45
unwatchFileFunction · 0.45
realpathSyncFunction · 0.45

Calls 1

withScopeMethod · 0.45

Tested by

no test coverage detected