MCPcopy
hub / github.com/fastify/fastify / inject

Method inject

types/instance.d.ts:166–166  ·  view source on GitHub ↗
(opts: InjectOptions | string, cb: LightMyRequestCallback)

Source from the content-addressed store, hash-verified

164 hasConstraintStrategy(strategyName: string): boolean;
165
166 inject(opts: InjectOptions | string, cb: LightMyRequestCallback): void;
167 inject(opts: InjectOptions | string): Promise<LightMyRequestResponse>;
168 inject(): LightMyRequestChain;
169

Calls

no outgoing calls

Tested by 7

testExecutionHookFunction · 0.64
testBeforeHandlerHookFunction · 0.64
helperFunction · 0.64
validateFunction · 0.64
checkIdFunction · 0.64
injectRequestFunction · 0.64