Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ disable
Function
disable
lib/internal/trace_events_async_hooks.js:89–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
},
88
89
disable() {
90
if
(!this[kEnabled])
91
return
;
92
this[kEnabled] = false;
93
hook.disable();
94
typeMemory.clear();
95
},
96
};
97
}
98
Callers
nothing calls this directly
Calls
2
clear
Method · 0.65
disable
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…