MCPcopy
hub / github.com/fastify/fastify / close

Method close

types/instance.d.ts:143–143  ·  types/instance.d.ts::FastifyInstance.close
()

Source from the content-addressed store, hash-verified

141 after(afterListener: (err: Error | null) => void): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
142
143 close(): Promise<undefined>;
144 close(closeListener: () => void): undefined;
145
146 /** Alias for {@linkcode FastifyInstance.close()} */

Callers 15

fastifyFunction · 0.80
sendStreamFunction · 0.80
listenFunction · 0.80
onAbortedFunction · 0.80
closeSecondaryFunction · 0.80
getServerInstanceFunction · 0.80
plugin.3.test.jsFile · 0.80
listen.2.test.jsFile · 0.80
route.6.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 8

callbackFunction · 0.64
helperFunction · 0.64
pullFunction · 0.64
startFunction · 0.64
setupFunction · 0.64
startFunction · 0.64
setupFunction · 0.64