MCPcopy Index your code
hub / github.com/nodejs/node / enable

Method enable

test/async-hooks/init-hooks.js:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 enable() {
58 this._asyncHook.enable();
59 }
60
61 disable() {
62 this._asyncHook.disable();

Calls

no outgoing calls

Tested by

no test coverage detected