Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getUniqueLViewId
Function
getUniqueLViewId
packages/core/src/render3/interfaces/lview_tracking.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
/** Gets a unique ID that can be assigned to an LView. */
20
export
function
getUniqueLViewId(): number {
21
return
uniqueIdCounter++;
22
}
23
24
/** Starts tracking an LView. */
25
export
function
registerLView(lView: LView): void {
Callers
1
createLView
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected