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

Function getProxyZoneSpec

packages/zone.js/lib/zone-spec/fake-async-test.ts:908–910  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

906let _fakeAsyncTestZoneSpec: FakeAsyncTestZoneSpec | null = null;
907
908function getProxyZoneSpec(): typeof ProxyZoneSpec | undefined {
909 return Zone && (Zone as any)['ProxyZoneSpec'];
910}
911
912let _sharedProxyZoneSpec: ProxyZoneSpec | null = null;
913let _sharedProxyZone: Zone | null = null;

Callers 4

resetFakeAsyncZoneFunction · 0.85
fakeAsyncFnFunction · 0.85
autoProxyFnFunction · 0.85
getOrCreateRootProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected