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

Method get

packages/zone.js/lib/zone-spec/proxy.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private tasks: Task[] = [];
39
40 static get(): ProxyZoneSpec | undefined {
41 return Zone.current.get('ProxyZoneSpec');
42 }
43
44 static isLoaded(): boolean {
45 return ProxyZoneSpec.get() instanceof ProxyZoneSpec;

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected