(opts: Pick<RouteOptions<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider>, 'method' | 'url' | 'constraints'>)
| 211 | >(opts: Pick<RouteOptions<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider>, class="st">'method' | class="st">'url' | class="st">'constraints'>): boolean; |
| 212 | |
| 213 | findRoute< |
| 214 | RouteGeneric extends RouteGenericInterface = RouteGenericInterface, |
| 215 | ContextConfig = ContextConfigDefault, |
| 216 | SchemaCompiler extends FastifySchema = FastifySchema |
no outgoing calls