MCPcopy
hub / github.com/fastify/fastify / hasConstraintStrategy

Method hasConstraintStrategy

types/instance.d.ts:164–164  ·  view source on GitHub ↗
(strategyName: string)

Source from the content-addressed store, hash-verified

162
163 addConstraintStrategy(strategy: ConstraintStrategy<FindMyWayVersion<RawServer>, unknown>): void;
164 hasConstraintStrategy(strategyName: string): boolean;
165
166 inject(opts: InjectOptions | string, cb: LightMyRequestCallback): void;
167 inject(opts: InjectOptions | string): Promise<LightMyRequestResponse>;

Callers 4

getFunction · 0.80
hasConstraintStrategyFunction · 0.80
instance.tst.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected