Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ disable
Method
disable
test/async-hooks/init-hooks.js:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
disable() {
62
this._asyncHook.disable();
63
}
64
65
sanityCheck(types) {
66
if
(types != null && !Array.isArray(types)) types = [ types ];
Callers
15
test-async-wrap-getasyncid-tty.js
File · 0.45
test-async-hooks.js
File · 0.45
destroy
Function · 0.45
test-async-hooks-enable-disable-enable.js
File · 0.45
test-async-hooks-vm-gc.js
File · 0.45
test-async-hooks-disable-during-promise.js
File · 0.45
test-async-hooks-prevent-double-destroy.js
File · 0.45
test-trace-events-get-category-enabled-buffer.js
File · 0.45
test-async-wrap-uncaughtexception.js
File · 0.45
test-trace-events-api.js
File · 0.45
test-async-local-storage-isolation.js
File · 0.45
done
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected