MCPcopy Index your code
hub / github.com/angular/angular / patchCommon

Function patchCommon

packages/zone.js/lib/browser/rollup-common.ts:15–19  ·  view source on GitHub ↗
(Zone: ZoneType)

Source from the content-addressed store, hash-verified

13import {patchUtil} from './api-util';
14
15export function patchCommon(Zone: ZoneType): void {
16 patchPromise(Zone);
17 patchToString(Zone);
18 patchUtil(Zone);
19}

Callers 2

rollup-main.tsFile · 0.90
rollup-mix.tsFile · 0.90

Calls 3

patchPromiseFunction · 0.90
patchToStringFunction · 0.90
patchUtilFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…