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

Method constructor

lib/internal/async_context_frame.js:67–70  ·  view source on GitHub ↗
(store, data)

Source from the content-addressed store, hash-verified

65
66class AsyncContextFrame extends InactiveAsyncContextFrame {
67 constructor(store, data) {
68 super(AsyncContextFrame.current());
69 this.set(store, data);
70 }
71
72 disable(store) {
73 this.delete(store);

Callers

nothing calls this directly

Calls 2

currentMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected