Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.65
Tested by
no test coverage detected