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

Function disabled

benchmark/async_hooks/promises.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5let hook;
6const tests = {
7 disabled() {
8 hook = createHook({
9 promiseResolve() {},
10 });
11 },
12 enabled() {
13 hook = createHook({
14 promiseResolve() {},

Callers

nothing calls this directly

Calls 1

createHookFunction · 0.50

Tested by

no test coverage detected