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

Function elementEnd

packages/compiler/src/template/pipeline/src/instruction.ts:126–128  ·  view source on GitHub ↗
(sourceSpan: ParseSourceSpan | null)

Source from the content-addressed store, hash-verified

124}
125
126export function elementEnd(sourceSpan: ParseSourceSpan | null): ir.CreateOp {
127 return call(Identifiers.elementEnd, [], sourceSpan);
128}
129
130export function elementContainerStart(
131 slot: number,

Callers 1

ComponentClassClass · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…