MCPcopy 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
3const assert = require('node:assert')
4const { kDestroyed, kBodyUsed, kListeners, kBody } = require('./symbols')

Callers

nothing calls this directly

Calls 4

clearImmediateFunction · 0.85
onConnectTimeoutFunction · 0.70
requireFunction · 0.50
setImmediateFunction · 0.50

Tested by

no test coverage detected