MCPcopy
hub / github.com/fastify/fastify / write

Method write

types/logger.d.ts:38–38  ·  types/logger.d.ts::FastifyLoggerStreamDestination.write
(msg: string)

Source from the content-addressed store, hash-verified

36
37export interface FastifyLoggerStreamDestination {
38 write(msg: string): void;
39}
40
41class="cm">// TODO: once node 18 is EOL, this type can be replaced with plain FastifyReply.

Callers 15

writePayloadFunction · 0.80
writeChunkFunction · 0.80
onReadFunction · 0.80
runBadClientCallFunction · 0.80
stream.4.test.jsFile · 0.80
hooks.test.jsFile · 0.80
upgrade.test.jsFile · 0.80
close.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 2

runBadClientCallFunction · 0.64