MCPcopy
hub / github.com/mswjs/msw / clone

Method clone

src/core/HttpResponse.ts:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18export interface StrictRequest<BodyType extends JsonBodyType> extends Request {
19 json(): Promise<BodyType>
20 clone(): StrictRequest<BodyType>
21}
22
23/**

Callers 15

on.mocks.tsFile · 0.80
http.test-d.tsFile · 0.80
handleRequestFunction · 0.80
getResponseFunction · 0.80
#handleRequestMethod · 0.80
#respondWithMethod · 0.80
bypassFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected