MCPcopy Create free account
hub / github.com/nodejs/undici / onBodySent

Method onBodySent

lib/handler/cache-handler.js:176–178  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

174 }
175
176 onBodySent (chunk) {
177 this.#handler.onBodySent?.(chunk)
178 }
179
180 onRequestSent () {
181 this.#handler.onRequestSent?.()

Callers

nothing calls this directly

Calls 1

onBodySentMethod · 0.65

Tested by

no test coverage detected