MCPcopy Index your code
hub / github.com/angular/angular / getDeferBlockDataIndex

Function getDeferBlockDataIndex

packages/core/src/defer/utils.ts:29–33  ·  view source on GitHub ↗
(deferBlockIndex: number)

Source from the content-addressed store, hash-verified

27 * instance-specific), given an index of a defer instruction.
28 */
29export function getDeferBlockDataIndex(deferBlockIndex: number) {
30 // Instance state is located at the *next* position
31 // after the defer block slot in an LView or TView.data.
32 return deferBlockIndex + 1;
33}
34
35/** Retrieves a defer block state from an LView, given a TNode that represents a block. */
36export function getLDeferBlockDetails(lView: LView, tNode: TNode): LDeferBlockDetails {

Callers 5

getLDeferBlockDetailsFunction · 0.85
setLDeferBlockDetailsFunction · 0.85
getTDeferBlockDetailsFunction · 0.85
setTDeferBlockDetailsFunction · 0.85
isDeferBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…