MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / givenRequest

Function givenRequest

packages/rest/src/__tests__/unit/parser.unit.ts:454–456  ·  view source on GitHub ↗
(options?: ShotRequestOptions)

Source from the content-addressed store, hash-verified

452 }
453
454 function givenRequest(options?: ShotRequestOptions): Request {
455 return stubExpressContext(options).request;
456 }
457
458 function givenResolvedRoute(
459 spec: OperationObject,

Callers 1

parser.unit.tsFile · 0.70

Calls 1

stubExpressContextFunction · 0.90

Tested by

no test coverage detected