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

Method current

lib/internal/async_context_frame.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 static current() {
21 return getContinuationPreservedEmbedderData();
22 }
23
24 static set(frame) {
25 setContinuationPreservedEmbedderData(frame);

Callers 11

exchangeMethod · 0.95
disableMethod · 0.95
constructorMethod · 0.45
initAsyncResourceFunction · 0.45
constructorMethod · 0.45
getStoreMethod · 0.45
eosFunction · 0.45
eosWebFunction · 0.45
unhandledRejectionFunction · 0.45
nextTickFunction · 0.45
queueMicrotaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected