MCPcopy
hub / github.com/angular/angular / icuContainerIterate

Function icuContainerIterate

packages/core/src/render3/i18n/i18n_tree_shaking.ts:28–33  ·  view source on GitHub ↗
(
  tIcuContainerNode: TIcuContainerNode,
  lView: LView,
)

Source from the content-addressed store, hash-verified

26 * Iterator which provides ability to visit all of the `TIcuContainerNode` root `RNode`s.
27 */
28export function icuContainerIterate(
29 tIcuContainerNode: TIcuContainerNode,
30 lView: LView,
31): () => RNode | null {
32 return _icuContainerIterate(tIcuContainerNode, lView);
33}
34
35/**
36 * Ensures that `IcuContainerVisitor`'s implementation is present.

Callers 3

getFirstNativeNodeFunction · 0.90
applyNodesFunction · 0.90
collectNativeNodesFunction · 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…