MCPcopy
hub / github.com/fastify/fastify / ready

Method ready

types/instance.d.ts:174–174  ·  types/instance.d.ts::FastifyInstance.ready
()

Source from the content-addressed store, hash-verified

172 listen(callback: (err: Error | null, address: string) => void): void;
173
174 ready(): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>;
175 ready(readyListener: (err: Error | null) => void | Promise<void>): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
176
177 register: FastifyRegister<FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>>;

Callers 15

injectFunction · 0.80
listenFunction · 0.80
listenPromiseFunction · 0.80
plugin.3.test.jsFile · 0.80
listen.2.test.jsFile · 0.80
route.6.test.jsFile · 0.80
route.8.test.jsFile · 0.80
plugin.4.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

setupFunction · 0.64