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

Function getReflect

packages/core/src/di/jit/util.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16let _reflect: ReflectionCapabilities | null = null;
17
18export function getReflect(): ReflectionCapabilities {
19 return (_reflect = _reflect || new ReflectionCapabilities());
20}
21
22export function reflectDependencies(type: Type<any>): R3DependencyMetadataFacade[] {
23 return convertDependencies(getReflect().parameters(type));

Callers 4

decorators_spec.tsFile · 0.90
directiveMetadataFunction · 0.90
reflectDependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…