MCPcopy
hub / github.com/fastify/fastify / hasPlugin

Method hasPlugin

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

Source from the content-addressed store, hash-verified

159 hasRequestDecorator(decorator: string | symbol): boolean;
160 hasReplyDecorator(decorator: string | symbol): boolean;
161 hasPlugin(name: string): boolean;
162
163 addConstraintStrategy(strategy: ConstraintStrategy<FindMyWayVersion<RawServer>, unknown>): void;
164 hasConstraintStrategy(strategyName: string): boolean;

Callers 2

pluginAFunction · 0.80
plugin.4.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

pluginAFunction · 0.64