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

Method get

packages/zone.js/lib/zone-spec/task-tracking.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 properties: {[key: string]: any} = {'TaskTrackingZone': this};
23
24 static get() {
25 return Zone.current.get('TaskTrackingZone');
26 }
27
28 private getTasksFor(type: string): Task[] {
29 switch (type) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected