MCPcopy 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 ];

Calls

no outgoing calls

Tested by

no test coverage detected