MCPcopy
hub / github.com/fastify/fastify / wrapSerializationError

Function wrapSerializationError

lib/reply.js:539–541  ·  view source on GitHub ↗
(error, reply)

Source from the content-addressed store, hash-verified

537}
538
539function wrapSerializationError (error, reply) {
540 error.serialization = reply[kRouteContext].config
541}
542
543function onSendHook (reply, payload) {
544 if (reply[kRouteContext].onSend !== null) {

Callers 1

preSerializationHookEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…