Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ util.js
File
util.js
deps/undici/src/lib/core/util.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
2
3
const
assert = require(
'node:assert'
)
4
const
{ kDestroyed, kBodyUsed, kListeners, kBody } = require(
'./symbols'
)
Callers
nothing calls this directly
Calls
4
clearImmediate
Function · 0.85
onConnectTimeout
Function · 0.70
require
Function · 0.50
setImmediate
Function · 0.50
Tested by
no test coverage detected