Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ getTrackedLViews
Function
getTrackedLViews
packages/core/src/render3/interfaces/lview_tracking.ts:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
/** Gets the currently-tracked views. */
43
export
function
getTrackedLViews(): ReadonlyMap<number, LView> {
44
return
TRACKED_LVIEWS;
45
}
Callers
1
ɵɵreplaceMetadata
Function · 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…