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

Function control

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

Source from the content-addressed store, hash-verified

600}
601
602export function control(sourceSpan: ParseSourceSpan | null): ir.UpdateOp {
603 return call(Identifiers.control, [], sourceSpan);
604}
605
606export function controlCreate(sourceSpan: ParseSourceSpan | null): ir.CreateOp {
607 return call(Identifiers.controlCreate, [], sourceSpan);

Callers 2

interop.spec.tsFile · 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…