Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
class
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
current
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected