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

Function attachOriginToPatched

packages/zone.js/lib/common/utils.ts:542–544  ·  view source on GitHub ↗
(patched: Function, original: any)

Source from the content-addressed store, hash-verified

540}
541
542export function attachOriginToPatched(patched: Function, original: any) {
543 (patched as any)[zoneSymbol('OriginalDelegate')] = original;
544}
545
546export function isFunction(value: unknown): value is Function {
547 return typeof value === 'function';

Callers 4

patchEventTargetMethodsFunction · 0.90
patchPrototypeFunction · 0.85
patchClassFunction · 0.85
patchMethodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…