MCPcopy
hub / github.com/fastify/fastify / after

Method after

types/instance.d.ts:140–140  ·  types/instance.d.ts::FastifyInstance.after
()

Source from the content-addressed store, hash-verified

138 getSchemas(): Record<string, unknown>;
139
140 after(): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>;
141 after(afterListener: (err: Error | null) => void): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
142
143 close(): Promise<undefined>;

Callers 15

addHookFunction · 0.80
setNotFoundHandlerFunction · 0.80
addNewRouteFunction · 0.80
plugin.3.test.jsFile · 0.80
listen.2.test.jsFile · 0.80
route.8.test.jsFile · 0.80
issue-4959.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 5

helperFunction · 0.64
setupFunction · 0.64
setupFunction · 0.64
subscribeFunction · 0.64