MCPcopy Create free account
hub / github.com/angular/angular / leaveScope

Method leaveScope

packages/zone.js/lib/zone-spec/wtf.ts:26–26  ·  view source on GitHub ↗
(scope: WtfScope, returnValue?: any)

Source from the content-addressed store, hash-verified

24 interface WtfTrace {
25 events: WtfEvents;
26 leaveScope(scope: WtfScope, returnValue?: any): void;
27 beginTimeRange(rangeType: string, action: string): WtfRange;
28 endTimeRange(range: WtfRange): void;
29 }

Callers 2

onInvokeMethod · 0.80
onInvokeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected