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

Method clone

packages/compiler/src/output/output_ast.ts:641–646  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

639 }
640
641 override clone(): TemplateLiteralExpr {
642 return new TemplateLiteralExpr(
643 this.elements.map((el) => el.clone()),
644 this.expressions.map((expr) => expr.clone()),
645 );
646 }
647}
648export class TemplateLiteralElementExpr extends Expression {
649 readonly rawText: string;

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
cloneMethod · 0.65

Tested by

no test coverage detected