Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ disable
Method
disable
lib/internal/async_context_frame.js:34–37 ·
view source on GitHub ↗
(store)
Source
from the content-addressed store, hash-verified
32
}
33
34
static disable(store) {
35
const
frame = this.current();
36
frame?.disable(store);
37
}
38
}
39
40
function
checkEnabled() {
Callers
nothing calls this directly
Calls
2
current
Method · 0.95
disable
Method · 0.45
Tested by
no test coverage detected