MCPcopy
hub / github.com/fastify/fastify / destroy

Function destroy

test/internals/reply.test.js:68–71  ·  view source on GitHub ↗
(err, cb)

Source from the content-addressed store, hash-verified

66 const payload = new Readable({
67 read () { },
68 destroy (err, cb) {
69 destroyCalled = true
70 cb(err)
71 }
72 })
73
74 const response = new Writable()

Callers

nothing calls this directly

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected