Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ disable
Function
disable
lib/internal/inspector_async_hook.js:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
function
disable() {
55
if
(hook === undefined) lazyHookCreation();
56
hook.disable();
57
}
58
59
module.exports = {
60
enable,
Callers
nothing calls this directly
Calls
2
lazyHookCreation
Function · 0.85
disable
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…