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

Method invoke

packages/zone.js/lib/zone-impl.ts:601–601  ·  view source on GitHub ↗
(
    targetZone: Zone,
    callback: Function,
    applyThis?: any,
    applyArgs?: any[],
    source?: string,
  )

Source from the content-addressed store, hash-verified

599 fork(targetZone: Zone, zoneSpec: ZoneSpec): Zone;
600 intercept(targetZone: Zone, callback: Function, source: string): Function;
601 invoke(
602 targetZone: Zone,
603 callback: Function,
604 applyThis?: any,

Callers 15

commonTestsFunction · 0.65
defer_spec.tsFile · 0.65
runMethod · 0.65
runGuardedMethod · 0.65
scheduleTaskFunction · 0.65
patchXHRFunction · 0.65
patchErrorFunction · 0.65
invokeTaskFunction · 0.65
createFetchTaskFunction · 0.65
onInvokeMethod · 0.65

Implementers 1

_ZoneDelegatepackages/zone.js/lib/zone-impl.ts

Calls

no outgoing calls

Tested by 1

flushMethod · 0.52