MCPcopy
hub / github.com/angular/angular / assertTNodeForLView

Function assertTNodeForLView

packages/core/src/render3/assert.ts:38–40  ·  view source on GitHub ↗
(tNode: TNode, lView: LView)

Source from the content-addressed store, hash-verified

36// expression.](https://github.com/microsoft/TypeScript/issues/37295)
37
38export function assertTNodeForLView(tNode: TNode, lView: LView) {
39 assertTNodeForTView(tNode, lView[TVIEW]);
40}
41
42export function assertTNodeCreationIndex(lView: LView, index: number) {
43 const adjustedIndex = index + HEADER_OFFSET;

Callers 15

_queryNodeChildrenFunction · 0.90
getClosestRElementFunction · 0.90
applyNodesFunction · 0.90
enterDIFunction · 0.90
createLViewFunction · 0.90
getNodeInjectorContextFunction · 0.90
getInjectorMetadataFunction · 0.90

Calls 1

assertTNodeForTViewFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…