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

Function elementStart

packages/compiler/src/template/pipeline/src/instruction.ts:35–50  ·  view source on GitHub ↗
(
  slot: number,
  tag: string,
  constIndex: number | null,
  localRefIndex: number | null,
  sourceSpan: ParseSourceSpan,
)

Source from the content-addressed store, hash-verified

33}
34
35export function elementStart(
36 slot: number,
37 tag: string,
38 constIndex: number | null,
39 localRefIndex: number | null,
40 sourceSpan: ParseSourceSpan,
41): ir.CreateOp {
42 return elementOrContainerBase(
43 Identifiers.elementStart,
44 slot,
45 tag,
46 constIndex,
47 localRefIndex,
48 sourceSpan,
49 );
50}
51
52function elementOrContainerBase(
53 instruction: o.ExternalReference,

Callers 1

ComponentClassClass · 0.85

Calls 1

elementOrContainerBaseFunction · 0.85

Tested by

no test coverage detected