MCPcopy
hub / github.com/fastify/fastify / trace

Method trace

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

Source from the content-addressed store, hash-verified

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) }
58 silent (...args: unknown[]) { }
59

Callers 3

options.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected