MCPcopy
hub / github.com/fastify/fastify / error

Method error

test/types/logger.tst.ts:54–54  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

52
53 warn (...args: unknown[]) { console.log(args) }
54 error (...args: unknown[]) { console.log(args) }
55 fatal (...args: unknown[]) { console.log(args) }
56 trace (...args: unknown[]) { console.log(args) }
57 debug (...args: unknown[]) { console.log(args) }

Callers 13

defaultErrorHandlerFunction · 0.80
fallbackErrorHandlerFunction · 0.80
headRouteOnSendHandlerFunction · 0.80
nextFunction · 0.80
onResponseCallbackFunction · 0.80
wrapThenableFunction · 0.80
startFunction · 0.80
pullFunction · 0.80
options.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 2

startFunction · 0.64
pullFunction · 0.64