Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
22
export
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
getContextLView
Function · 0.90
load
Function · 0.90
Tested by
no test coverage detected