MCPcopy Create free account
hub / github.com/angular/angular / ɵɵreference

Function ɵɵreference

packages/core/src/render3/instructions/storage.ts:22–25  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

20 * @codeGenApi
21 */
22export function ɵɵreference<T>(index: number) {
23 const contextLView = getContextLView();
24 return load<T>(contextLView, HEADER_OFFSET + index);
25}

Callers

nothing calls this directly

Calls 2

getContextLViewFunction · 0.90
loadFunction · 0.90

Tested by

no test coverage detected