MCPcopy Create free account
hub / github.com/Azure/Azurite / restoreBuildRequestOptions

Function restoreBuildRequestOptions

tests/testutils.ts:207–212  ·  view source on GitHub ↗
(service: any)

Source from the content-addressed store, hash-verified

205}
206
207export function restoreBuildRequestOptions(service: any) {
208 if ((service as any).__proto__.__proto__.__original_buildRequestOptions) {
209 // tslint:disable-next-line: max-line-length
210 (service as any).__proto__.__proto__._buildRequestOptions = (service as any).__proto__.__proto__.__original_buildRequestOptions;
211 }
212}
213export function overrideRequest(
214 override: {
215 headers: { [key: string]: string };

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…