MCPcopy 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
54function disable() {
55 if (hook === undefined) lazyHookCreation();
56 hook.disable();
57}
58
59module.exports = {
60 enable,

Callers

nothing calls this directly

Calls 2

lazyHookCreationFunction · 0.85
disableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…