MCPcopy Create free account
hub / github.com/fastify/fastify / cancel

Function cancel

test/web-api.test.js:409–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 return new Promise(() => {})
408 },
409 cancel () {
410 readerCancelled = true
411 }
412 })
413 reply.header('content-type', 'text/plain').send(stream)
414 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected