(req: RawRequest, res: RawReply)
| 177 | register: FastifyRegister<FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>>; |
| 178 | |
| 179 | routing(req: RawRequest, res: RawReply): void; |
| 180 | |
| 181 | route< |
| 182 | RouteGeneric extends RouteGenericInterface = RouteGenericInterface, |
no outgoing calls
no test coverage detected