Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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