Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
let
hook;
6
const
tests = {
7
disabled() {
8
hook = createHook({
9
promiseResolve() {},
10
});
11
},
12
enabled() {
13
hook = createHook({
14
promiseResolve() {},
Callers
nothing calls this directly
Calls
1
createHook
Function · 0.50
Tested by
no test coverage detected