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

Function logStreamError

lib/reply.js:744–746  ·  view source on GitHub ↗
(err, reply, res)

Source from the content-addressed store, hash-verified

742}
743
744function logStreamError (err, reply, res) {
745 reply.server[kLogController].streamError(err, reply.request, reply)
746}
747
748function sendWebStream (payload, res, reply) {
749 if (payload.locked) {

Callers 3

sendWebStreamFunction · 0.85
onReadErrorFunction · 0.85
sendStreamFunction · 0.85

Calls 1

streamErrorMethod · 0.80

Tested by

no test coverage detected