MCPcopy Index your code
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. */
20export function getUniqueLViewId(): number {
21 return uniqueIdCounter++;
22}
23
24/** Starts tracking an LView. */
25export function registerLView(lView: LView): void {

Callers 1

createLViewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…