(opts: Pick<RouteOptions<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider>, 'method' | 'url' | 'constraints'>)
| 205 | all: RouteShorthandMethod<RawServer, RawRequest, RawReply, TypeProvider, Logger>; |
| 206 | |
| 207 | hasRoute< |
| 208 | RouteGeneric extends RouteGenericInterface = RouteGenericInterface, |
| 209 | ContextConfig = ContextConfigDefault, |
| 210 | SchemaCompiler extends FastifySchema = FastifySchema |
no outgoing calls
no test coverage detected